#609760

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

Shades of Hippie Green #609760

Tints of Hippie Green #609760

Color information

#609760 (or 0x609760) is unknown color: approx Hippie Green. HEX triplet: 60, 97 and 60. RGB value is (96,151,96). Sum of RGB (Red+Green+Blue) = 96+151+96=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #609760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609760 is #9F689F. Grayscale: #808080. Windows color (decimal): -10447008 or 6330208. OLE color: 6330208.

HSL color Cylindrical-coordinate representation of color #609760: 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 #609760 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB9615196-
CMYK0.3600.360.41
HSL120º22.27%48.43%-
HSV(B)120º36.42%59.22%-
XYZ1825.4615.03-
YUV128.28109.78104.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=27.99%
G=44.02%
B=27.99%

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
Decimal96151960.3600.360.4112022.2748.43
Hex6097602402429781630
Octal14022714044044511702660
Binary11000001001011111000001001000100100101001111100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609760; }

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

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

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

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

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

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

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

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