#6E9C1E

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

Shades of Christi #6E9C1E

Tints of Christi #6E9C1E

Color information

#6E9C1E (or 0x6E9C1E) is unknown color: approx Christi. HEX triplet: 6E, 9C and 1E. RGB value is (110,156,30). Sum of RGB (Red+Green+Blue) = 110+156+30=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #6E9C1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9C1E is #9163E1. Grayscale: #808080. Windows color (decimal): -9528290 or 2006126. OLE color: 2006126.

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

Color convert

RGB11015630-
CMYK0.2900.810.39
HSL81.9º67.74%36.47%-
HSV(B)81.9º80.77%61.18%-
XYZ18.5527.195.5-
YUV127.8872.76115.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=37.16%
G=52.70%
B=10.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110156300.2900.810.3981.967.7436.47
Hex6E9C1E1D05127524424
Octal156234363501214712210444
Binary11011101001110011110111010101000110011110100101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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