#6EA12A

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

Shades of Christi #6EA12A

Tints of Christi #6EA12A

Color information

#6EA12A (or 0x6EA12A) is unknown color: approx Christi. HEX triplet: 6E, A1 and 2A. RGB value is (110,161,42). Sum of RGB (Red+Green+Blue) = 110+161+42=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA12A is #915ED5. Grayscale: #848484. Windows color (decimal): -9526998 or 2793838. OLE color: 2793838.

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

Color convert

RGB11016142-
CMYK0.3200.740.37
HSL85.71º58.62%39.8%-
HSV(B)85.71º73.91%63.14%-
XYZ19.5928.976.75-
YUV132.1877.1112.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=35.14%
G=51.44%
B=13.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110161420.3200.740.3785.7158.6239.8
Hex6EA12A2004A25563b28
Octal15624152400112451267350
Binary110111010100001101010100000010010101001011010110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,161,42); }

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

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

 a { background-color: rgb(110,161,42); }

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

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

 span { border-color: rgb(110,161,42); }

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