#6AAA13

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

Shades of Christi #6AAA13

Tints of Christi #6AAA13

Color information

#6AAA13 (or 0x6AAA13) is unknown color: approx Christi. HEX triplet: 6A, AA and 13. RGB value is (106,170,19). Sum of RGB (Red+Green+Blue) = 106+170+19=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA13 is #9555EC. Grayscale: #868686. Windows color (decimal): -9786861 or 1288810. OLE color: 1288810.

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

Color convert

RGB10617019-
CMYK0.3800.890.33
HSL85.43º79.89%37.06%-
HSV(B)85.43º88.82%66.67%-
XYZ20.4431.865.69-
YUV133.6563.3108.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=35.93%
G=57.63%
B=6.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170190.3800.890.3385.4379.8937.06
Hex6AAA132605921555025
Octal152252234601314112512045
Binary110101010101010100111001100101100110000110101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,19); }

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

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

 a { background-color: rgb(106,170,19); }

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

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

 span { border-color: rgb(106,170,19); }

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