#6DA211

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

Shades of Christi #6DA211

Tints of Christi #6DA211

Color information

#6DA211 (or 0x6DA211) is unknown color: approx Christi. HEX triplet: 6D, A2 and 11. RGB value is (109,162,17). Sum of RGB (Red+Green+Blue) = 109+162+17=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA211 is #925DEE. Grayscale: #828282. Windows color (decimal): -9592303 or 1155693. OLE color: 1155693.

HSL color Cylindrical-coordinate representation of color #6DA211: hue angle of 81.93º 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 #6DA211 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB10916217-
CMYK0.3300.900.36
HSL81.93º81.01%35.1%-
HSV(B)81.93º89.51%63.53%-
XYZ19.3329.135.13-
YUV129.6264.44113.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 162 (63.67% from 255) = 56.25%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=37.85%
G=56.25%
B=5.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109162170.3300.900.3681.9381.0135.1
Hex6DA2112105A24525123
Octal155242214101324412212143
Binary110110110100010100011000010101101010010010100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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