#6EA420

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

Shades of Christi #6EA420

Tints of Christi #6EA420

Color information

#6EA420 (or 0x6EA420) is unknown color: approx Christi. HEX triplet: 6E, A4 and 20. RGB value is (110,164,32). Sum of RGB (Red+Green+Blue) = 110+164+32=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA420 is #915BDF. Grayscale: #858585. Windows color (decimal): -9526240 or 2139246. OLE color: 2139246.

HSL color Cylindrical-coordinate representation of color #6EA420: hue angle of 84.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EA420 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB11016432-
CMYK0.3300.800.36
HSL84.55º67.35%38.43%-
HSV(B)84.55º80.49%64.31%-
XYZ19.9729.976.1-
YUV132.8171.11111.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 164 (64.45% from 255) = 53.59%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=35.95%
G=53.59%
B=10.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110164320.3300.800.3684.5567.3538.43
Hex6EA4202105024554326
Octal156244404101204412510346
Binary1101110101001001000001000010101000010010010101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,32); }

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

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

 a { background-color: rgb(110,164,32); }

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

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

 span { border-color: rgb(110,164,32); }

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