#6EAA1C

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

Shades of Christi #6EAA1C

Tints of Christi #6EAA1C

Color information

#6EAA1C (or 0x6EAA1C) is unknown color: approx Christi. HEX triplet: 6E, AA and 1C. RGB value is (110,170,28). Sum of RGB (Red+Green+Blue) = 110+170+28=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAA1C is #9155E3. Grayscale: #888888. Windows color (decimal): -9524708 or 1878638. OLE color: 1878638.

HSL color Cylindrical-coordinate representation of color #6EAA1C: hue angle of 85.35º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6EAA1C is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB11017028-
CMYK0.3500.840.33
HSL85.35º71.72%38.82%-
HSV(B)85.35º83.53%66.67%-
XYZ21.0132.156.2-
YUV135.8767.12109.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 28 (11.33% from 255) = 9.09%
R=35.71%
G=55.19%
B=9.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110170280.3500.840.3385.3571.7238.82
Hex6EAA1C2305421554827
Octal156252344301244112511047
Binary110111010101010111001000110101010010000110101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,170,28); }

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

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

 a { background-color: rgb(110,170,28); }

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

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

 span { border-color: rgb(110,170,28); }

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