Html Css Color HEX #609960 Hippie Green

📋 copy color: '#609960'

red 96 ◦ green 153 ◦ blue 96

#609960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #609960

Tints of Hippie Green #609960

RGB

 RED value IS 96 (37.89% from 255) = 27.83%

 GREEN value IS 153 (60.16% from 255) = 44.35%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 27.83%
G = 44.35%
B = 27.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#609960 (or 0x609960) is known color: Hippie Green. HEX triplet: 60, 99 and 60. RGB value is (96,153,96). Sum of RGB (Red+Green+Blue) = 96+153+96=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #609960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609960 is #9F669F. Grayscale: #818181. Windows color (decimal): -10446496 or 6330720. OLE color: 6330720.

HSL color Cylindrical-coordinate representation of color #609960: hue angle of 120º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609960 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 96 -
CMYK 0.37 0 0.37 0.4
HSL 120º 0.23% 0.49% -
HSV(B) 120º 0.37% 0.6% -
XYZ 18.33 26.11 15.14 -
YUV 129.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 96 153 96 0.37 0 0.37 0.4 120 0.23 0.49
Hex 60 99 60 25 0 25 28 78 17 31
Octal 140 231 140 45 0 45 50 170 27 61
Binary 1100000 10011001 1100000 100101 0 100101 101000 1111000 10111 110001

Color Harmonies of #609960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609960

Black with #609960

Text Example


Text Example

White with #609960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609960; }

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

 H1.HeaderClassName
 {
   color: #609960;
 }
 .AnyTagClassName
 {
   color: #609960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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