#6EA000

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

Shades of Christi #6EA000

Tints of Christi #6EA000

Color information

#6EA000 (or 0x6EA000) is unknown color: approx Christi. HEX triplet: 6E, A0 and 00. RGB value is (110,160,0). Sum of RGB (Red+Green+Blue) = 110+160+0=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA000 is #915FFF. Grayscale: #7F7F7F. Windows color (decimal): -9527296 or 41070. OLE color: 41070.

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

Color convert

RGB1101600-
CMYK0.31010.37
HSL78.75º100%31.37%-
HSV(B)78.75º100%62.75%-
XYZ1928.464.49-
YUV126.8156.44116.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 160 (62.89% from 255) = 59.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.74%
G=59.26%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11016000.31010.3778.7510031.37
Hex6EA001F064254f641f
Octal15624003701444511714437
Binary110111010100000011111011001001001011001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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