#6AA211

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

Shades of Christi #6AA211

Tints of Christi #6AA211

Color information

#6AA211 (or 0x6AA211) is unknown color: approx Christi. HEX triplet: 6A, A2 and 11. RGB value is (106,162,17). Sum of RGB (Red+Green+Blue) = 106+162+17=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA211 is #955DEE. Grayscale: #818181. Windows color (decimal): -9788911 or 1155690. OLE color: 1155690.

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

Color convert

RGB10616217-
CMYK0.3500.900.36
HSL83.17º81.01%35.1%-
HSV(B)83.17º89.51%63.53%-
XYZ18.9728.955.12-
YUV128.7364.95111.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=37.19%
G=56.84%
B=5.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162170.3500.900.3683.1781.0135.1
Hex6AA2112305A24535123
Octal152242214301324412312143
Binary110101010100010100011000110101101010010010100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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