#6E9B13

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

Shades of Christi #6E9B13

Tints of Christi #6E9B13

Color information

#6E9B13 (or 0x6E9B13) is unknown color: approx Christi. HEX triplet: 6E, 9B and 13. RGB value is (110,155,19). Sum of RGB (Red+Green+Blue) = 110+155+19=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9B13 is #9164EC. Grayscale: #7E7E7E. Windows color (decimal): -9528557 or 1284974. OLE color: 1284974.

HSL color Cylindrical-coordinate representation of color #6E9B13: hue angle of 79.85º 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 #6E9B13 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB11015519-
CMYK0.2900.880.39
HSL79.85º78.16%34.12%-
HSV(B)79.85º87.74%60.78%-
XYZ18.2726.84.83-
YUV126.0467.59116.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.73%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 19 (7.81% from 255) = 6.69%
R=38.73%
G=54.58%
B=6.69%

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
Decimal110155190.2900.880.3979.8578.1634.12
Hex6E9B131D05827504e22
Octal156233233501304712011642
Binary11011101001101110011111010101100010011110100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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