#609560

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

Shades of Hippie Green #609560

Tints of Hippie Green #609560

Color information

#609560 (or 0x609560) is unknown color: approx Hippie Green. HEX triplet: 60, 95 and 60. RGB value is (96,149,96). Sum of RGB (Red+Green+Blue) = 96+149+96=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #609560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609560 is #9F6A9F. Grayscale: #7F7F7F. Windows color (decimal): -10447520 or 6329696. OLE color: 6329696.

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

Color convert

RGB9614996-
CMYK0.3600.360.42
HSL120º21.63%48.04%-
HSV(B)120º35.57%58.43%-
XYZ17.6824.8314.93-
YUV127.11110.44105.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=28.15%
G=43.70%
B=28.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149960.3600.360.4212021.6348.04
Hex609560240242A781630
Octal14022514044044521702660
Binary11000001001010111000001001000100100101010111100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609560; }

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

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

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

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

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

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

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

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