#608C58

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

Shades of Hippie Green #608C58

Tints of Hippie Green #608C58

Color information

#608C58 (or 0x608C58) is unknown color: approx Hippie Green. HEX triplet: 60, 8C and 58. RGB value is (96,140,88). Sum of RGB (Red+Green+Blue) = 96+140+88=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #608C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C58 is #9F73A7. Grayscale: #797979. Windows color (decimal): -10449832 or 5803104. OLE color: 5803104.

HSL color Cylindrical-coordinate representation of color #608C58: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608C58 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB9614088-
CMYK0.3100.370.45
HSL110.77º22.81%44.71%-
HSV(B)110.77º37.14%54.9%-
XYZ15.9621.9512.63-
YUV120.92109.42110.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=29.63%
G=43.21%
B=27.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140880.3100.370.45110.7722.8144.71
Hex608C581F0252D6f172d
Octal14021413037045551572755
Binary1100000100011001011000111110100101101101110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608C58; }

 p { color: rgb(96,140,88); }

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

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

 a { background-color: rgb(96,140,88); }

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

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

 span { border-color: rgb(96,140,88); }

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