#6E9C13

Color #6E9C13 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6E9C13

Tints of Christi #6E9C13

Color information

#6E9C13 (or 0x6E9C13) is unknown color: approx Christi. HEX triplet: 6E, 9C and 13. RGB value is (110,156,19). Sum of RGB (Red+Green+Blue) = 110+156+19=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #6E9C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9C13 is #9163EC. Grayscale: #7F7F7F. Windows color (decimal): -9528301 or 1285230. OLE color: 1285230.

HSL color Cylindrical-coordinate representation of color #6E9C13: hue angle of 80.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E9C13 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB11015619-
CMYK0.2900.880.39
HSL80.15º78.29%34.31%-
HSV(B)80.15º87.82%61.18%-
XYZ18.4427.144.88-
YUV126.6367.26116.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=38.60%
G=54.74%
B=6.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110156190.2900.880.3980.1578.2934.31
Hex6E9C131D05827504e22
Octal156234233501304712011642
Binary11011101001110010011111010101100010011110100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9C13; }

 p { color: rgb(110,156,19); }

 H1.HeaderClassName
 {
   color: #6E9C13;
 }
 .AnyTagClassName
 {
   color: #6E9C13;
 }
</style>
background-color css

<style>
 a { background-color: #6E9C13; }

 a { background-color: rgb(110,156,19); }

 div.DivClassName
 {
   background-color: #6E9C13;
 }
 .BgClassName
 {
   background-color: #6E9C13;
 }
</style>
border-color css

<style>
 span { border-color: #6E9C13; }

 span { border-color: rgb(110,156,19); }

 td.TdClassName
 {
   border-color: #6E9C13;
 }
 .TagClassName
 {
   border-color: #6E9C13;
 }
</style>