#6AAA31

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

Shades of Christi #6AAA31

Tints of Christi #6AAA31

Color information

#6AAA31 (or 0x6AAA31) is unknown color: approx Christi. HEX triplet: 6A, AA and 31. RGB value is (106,170,49). Sum of RGB (Red+Green+Blue) = 106+170+49=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA31 is #9555CE. Grayscale: #898989. Windows color (decimal): -9786831 or 3254890. OLE color: 3254890.

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

Color convert

RGB10617049-
CMYK0.3800.710.33
HSL91.74º55.25%42.94%-
HSV(B)91.74º71.18%66.67%-
XYZ20.8732.047.99-
YUV137.0778.3105.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=32.62%
G=52.31%
B=15.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170490.3800.710.3391.7455.2542.94
Hex6AAA3126047215c372b
Octal15225261460107411346753
Binary110101010101010110001100110010001111000011011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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