#6EA211

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

Shades of Christi #6EA211

Tints of Christi #6EA211

Color information

#6EA211 (or 0x6EA211) is unknown color: approx Christi. HEX triplet: 6E, A2 and 11. RGB value is (110,162,17). Sum of RGB (Red+Green+Blue) = 110+162+17=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA211 is #915DEE. Grayscale: #828282. Windows color (decimal): -9526767 or 1155694. OLE color: 1155694.

HSL color Cylindrical-coordinate representation of color #6EA211: hue angle of 81.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EA211 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB11016217-
CMYK0.3200.900.36
HSL81.52º81.01%35.1%-
HSV(B)81.52º89.51%63.53%-
XYZ19.4529.25.14-
YUV129.9264.27113.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=38.06%
G=56.06%
B=5.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110162170.3200.900.3681.5281.0135.1
Hex6EA2112005A24525123
Octal156242214001324412212143
Binary110111010100010100011000000101101010010010100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,17); }

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

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

 a { background-color: rgb(110,162,17); }

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

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

 span { border-color: rgb(110,162,17); }

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