#6AAA29

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

Shades of Christi #6AAA29

Tints of Christi #6AAA29

Color information

#6AAA29 (or 0x6AAA29) is unknown color: approx Christi. HEX triplet: 6A, AA and 29. RGB value is (106,170,41). Sum of RGB (Red+Green+Blue) = 106+170+41=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA29 is #9555D6. Grayscale: #888888. Windows color (decimal): -9786839 or 2730602. OLE color: 2730602.

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

Color convert

RGB10617041-
CMYK0.3800.760.33
HSL89.77º61.14%41.37%-
HSV(B)89.77º75.88%66.67%-
XYZ20.7231.977.18-
YUV136.1674.3106.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=33.44%
G=53.63%
B=12.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170410.3800.760.3389.7761.1441.37
Hex6AAA292604C215a3d29
Octal15225251460114411327551
Binary110101010101010101001100110010011001000011011010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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