#6E9D00

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

Shades of Christi #6E9D00

Tints of Christi #6E9D00

Color information

#6E9D00 (or 0x6E9D00) is unknown color: approx Christi. HEX triplet: 6E, 9D and 00. RGB value is (110,157,0). Sum of RGB (Red+Green+Blue) = 110+157+0=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 157 (61.72% from 255 or 58.80% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9D00 is #9162FF. Grayscale: #7D7D7D. Windows color (decimal): -9528064 or 40302. OLE color: 40302.

HSL color Cylindrical-coordinate representation of color #6E9D00: hue angle of 77.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E9D00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1101570-
CMYK0.30010.38
HSL77.96º100%30.78%-
HSV(B)77.96º100%61.57%-
XYZ18.4927.434.32-
YUV125.0557.43117.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.20%
GREEN value IS 157 (61.72% from 255) = 58.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.20%
G=58.80%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11015700.30010.3877.9610030.78
Hex6E9D01E064264e641f
Octal15623503601444611614437
Binary110111010011101011110011001001001101001110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,157,0); }

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

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

 a { background-color: rgb(110,157,0); }

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

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

 span { border-color: rgb(110,157,0); }

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