#609C5C

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

Shades of Hippie Green #609C5C

Tints of Hippie Green #609C5C

Color information

#609C5C (or 0x609C5C) is unknown color: approx Hippie Green. HEX triplet: 60, 9C and 5C. RGB value is (96,156,92). Sum of RGB (Red+Green+Blue) = 96+156+92=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #609C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C5C is #9F63A3. Grayscale: #828282. Windows color (decimal): -10445732 or 6069344. OLE color: 6069344.

HSL color Cylindrical-coordinate representation of color #609C5C: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #609C5C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB9615692-
CMYK0.3800.410.39
HSL116.25º25.81%48.63%-
HSV(B)116.25º41.03%61.18%-
XYZ18.6427.0414.36-
YUV130.76106.12103.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=27.91%
G=45.35%
B=26.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96156920.3800.410.39116.2525.8148.63
Hex609C5C2602927741a31
Octal14023413446051471643261
Binary11000001001110010111001001100101001100111111010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609C5C; }

 p { color: rgb(96,156,92); }

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

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

 a { background-color: rgb(96,156,92); }

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

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

 span { border-color: rgb(96,156,92); }

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