#6A8E60

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

Shades of Hippie Green #6A8E60

Tints of Hippie Green #6A8E60

Color information

#6A8E60 (or 0x6A8E60) is unknown color: approx Hippie Green. HEX triplet: 6A, 8E and 60. RGB value is (106,142,96). Sum of RGB (Red+Green+Blue) = 106+142+96=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E60 is #95719F. Grayscale: #7E7E7E. Windows color (decimal): -9793952 or 6327914. OLE color: 6327914.

HSL color Cylindrical-coordinate representation of color #6A8E60: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A8E60 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB10614296-
CMYK0.2500.320.44
HSL106.96º19.33%46.67%-
HSV(B)106.96º32.39%55.69%-
XYZ17.7323.2514.62-
YUV125.99111.07113.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=30.81%
G=41.28%
B=27.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106142960.2500.320.44106.9619.3346.67
Hex6A8E60190202C6b132f
Octal15221614031040541532357
Binary1101010100011101100000110010100000101100110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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