#6AA260

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

Shades of Hippie Green #6AA260

Tints of Hippie Green #6AA260

Color information

#6AA260 (or 0x6AA260) is unknown color: approx Hippie Green. HEX triplet: 6A, A2 and 60. RGB value is (106,162,96). Sum of RGB (Red+Green+Blue) = 106+162+96=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA260 is #955D9F. Grayscale: #898989. Windows color (decimal): -9788832 or 6333034. OLE color: 6333034.

HSL color Cylindrical-coordinate representation of color #6AA260: hue angle of 110.91º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AA260 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB10616296-
CMYK0.3500.410.36
HSL110.91º26.19%50.59%-
HSV(B)110.91º40.74%63.53%-
XYZ20.9829.7515.7-
YUV137.73104.45105.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=29.12%
G=44.51%
B=26.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162960.3500.410.36110.9126.1950.59
Hex6AA26023029246f1a33
Octal15224214043051441573263
Binary11010101010001011000001000110101001100100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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