#609660

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

Shades of Hippie Green #609660

Tints of Hippie Green #609660

Color information

#609660 (or 0x609660) is unknown color: approx Hippie Green. HEX triplet: 60, 96 and 60. RGB value is (96,150,96). Sum of RGB (Red+Green+Blue) = 96+150+96=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #609660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609660 is #9F699F. Grayscale: #7F7F7F. Windows color (decimal): -10447264 or 6329952. OLE color: 6329952.

HSL color Cylindrical-coordinate representation of color #609660: hue angle of 120º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609660 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB9615096-
CMYK0.3600.360.41
HSL120º21.95%48.24%-
HSV(B)120º36%58.82%-
XYZ17.8425.1414.98-
YUV127.7110.11105.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=28.07%
G=43.86%
B=28.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150960.3600.360.4112021.9548.24
Hex6096602402429781630
Octal14022614044044511702660
Binary11000001001011011000001001000100100101001111100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609660; }

 p { color: rgb(96,150,96); }

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

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

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

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

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

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

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