#609d5c

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

Shades of Hippie Green #609D5C

Tints of Hippie Green #609D5C

Color information

#609D5C (or 0x609D5C) is unknown color: approx Hippie Green. HEX triplet: 60, 9D and 5C. RGB value is (96,157,92). Sum of RGB (Red+Green+Blue) = 96+157+92=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #609D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D5C is #9F62A3. Grayscale: #838383. Windows color (decimal): -10445476 or 6069600. OLE color: 6069600.

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

Color convert

RGB9615792-
CMYK0.3900.410.38
HSL116.31º26.1%48.82%-
HSV(B)116.31º41.4%61.57%-
XYZ18.8127.3714.42-
YUV131.35105.79102.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=27.83%
G=45.51%
B=26.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96157920.3900.410.38116.3126.148.82
Hex609D5C2702926741a31
Octal14023513447051461643261
Binary11000001001110110111001001110101001100110111010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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