#6AA061

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

Shades of Hippie Green #6AA061

Tints of Hippie Green #6AA061

Color information

#6AA061 (or 0x6AA061) is unknown color: approx Hippie Green. HEX triplet: 6A, A0 and 61. RGB value is (106,160,97). Sum of RGB (Red+Green+Blue) = 106+160+97=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA061 is #955F9E. Grayscale: #888888. Windows color (decimal): -9789343 or 6398058. OLE color: 6398058.

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

Color convert

RGB10616097-
CMYK0.3400.390.37
HSL111.43º24.9%50.39%-
HSV(B)111.43º39.38%62.75%-
XYZ20.6729.0715.83-
YUV136.67105.61106.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=29.20%
G=44.08%
B=26.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106160970.3400.390.37111.4324.950.39
Hex6AA06122027256f1932
Octal15224014142047451573162
Binary11010101010000011000011000100100111100101110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,97); }

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

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

 a { background-color: rgb(106,160,97); }

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

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

 span { border-color: rgb(106,160,97); }

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