#6AA160

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

Shades of Hippie Green #6AA160

Tints of Hippie Green #6AA160

Color information

#6AA160 (or 0x6AA160) is unknown color: approx Hippie Green. HEX triplet: 6A, A1 and 60. RGB value is (106,161,96). Sum of RGB (Red+Green+Blue) = 106+161+96=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA160 is #955E9F. Grayscale: #898989. Windows color (decimal): -9789088 or 6332778. OLE color: 6332778.

HSL color Cylindrical-coordinate representation of color #6AA160: hue angle of 110.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AA160 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB10616196-
CMYK0.3400.400.37
HSL110.77º25.69%50.39%-
HSV(B)110.77º40.37%63.14%-
XYZ20.829.415.64-
YUV137.14104.78105.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=29.20%
G=44.35%
B=26.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106161960.3400.400.37110.7725.6950.39
Hex6AA16022028256f1a32
Octal15224114042050451573262
Binary11010101010000111000001000100101000100101110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,161,96); }

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

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

 a { background-color: rgb(106,161,96); }

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

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

 span { border-color: rgb(106,161,96); }

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