#6AAB0A

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

Shades of Christi #6AAB0A

Tints of Christi #6AAB0A

Color information

#6AAB0A (or 0x6AAB0A) is unknown color: approx Christi. HEX triplet: 6A, AB and 0A. RGB value is (106,171,10). Sum of RGB (Red+Green+Blue) = 106+171+10=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAB0A is #9554F5. Grayscale: #858585. Windows color (decimal): -9786614 or 699242. OLE color: 699242.

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

Color convert

RGB10617110-
CMYK0.3800.940.33
HSL84.22º88.95%35.49%-
HSV(B)84.22º94.15%67.06%-
XYZ20.5632.215.42-
YUV133.2158.47108.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=36.93%
G=59.58%
B=3.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171100.3800.940.3384.2288.9535.49
Hex6AABA2605E21545923
Octal152253124601364112413143
Binary11010101010101110101001100101111010000110101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,10); }

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

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

 a { background-color: rgb(106,171,10); }

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

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

 span { border-color: rgb(106,171,10); }

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