#608061

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

Shades of Hippie Green #608061

Tints of Hippie Green #608061

Color information

#608061 (or 0x608061) is unknown color: approx Hippie Green. HEX triplet: 60, 80 and 61. RGB value is (96,128,97). Sum of RGB (Red+Green+Blue) = 96+128+97=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #608061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608061 is #9F7F9E. Grayscale: #727272. Windows color (decimal): -10452895 or 6389856. OLE color: 6389856.

HSL color Cylindrical-coordinate representation of color #608061: hue angle of 121.87º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608061 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB9612897-
CMYK0.2500.240.50
HSL121.87º14.29%43.92%-
HSV(B)121.87º25%50.2%-
XYZ14.718.7914.16-
YUV114.9117.9114.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=29.91%
G=39.88%
B=30.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128970.2500.240.50121.8714.2943.92
Hex60806119018327ae2c
Octal14020014131030621721654
Binary11000001000000011000011100101100011001011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608061; }

 p { color: rgb(96,128,97); }

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

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

 a { background-color: rgb(96,128,97); }

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

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

 span { border-color: rgb(96,128,97); }

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