#608C54

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

Shades of Hippie Green #608C54

Tints of Hippie Green #608C54

Color information

#608C54 (or 0x608C54) is unknown color: approx Hippie Green. HEX triplet: 60, 8C and 54. RGB value is (96,140,84). Sum of RGB (Red+Green+Blue) = 96+140+84=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #608C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C54 is #9F73AB. Grayscale: #787878. Windows color (decimal): -10449836 or 5540960. OLE color: 5540960.

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

Color convert

RGB9614084-
CMYK0.3100.40.45
HSL107.14º25%43.92%-
HSV(B)107.14º40%54.9%-
XYZ15.821.8811.78-
YUV120.46107.42110.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=30%
G=43.75%
B=26.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140840.3100.40.45107.142543.92
Hex608C541F0282D6b192c
Octal14021412437050551533154
Binary1100000100011001010100111110101000101101110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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