Html Css Color HEX #609160 Hippie Green

📋 copy color: '#609160'

red 96 ◦ green 145 ◦ blue 96

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

Shades of Hippie Green #609160

Tints of Hippie Green #609160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

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

R = 28.49%
G = 43.03%
B = 28.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#609160 (or 0x609160) is known color: Hippie Green. HEX triplet: 60, 91 and 60. RGB value is (96,145,96). Sum of RGB (Red+Green+Blue) = 96+145+96=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #609160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609160 is #9F6E9F. Grayscale: #7C7C7C. Windows color (decimal): -10448544 or 6328672. OLE color: 6328672.

HSL color Cylindrical-coordinate representation of color #609160: hue angle of 120º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609160 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 96 -
CMYK 0.34 0 0.34 0.43
HSL 120º 0.2% 0.47% -
HSV(B) 120º 0.34% 0.57% -
XYZ 17.06 23.58 14.72 -
YUV 124.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 96 145 96 0.34 0 0.34 0.43 120 0.2 0.47
Hex 60 91 60 22 0 22 2B 78 14 2F
Octal 140 221 140 42 0 42 53 170 24 57
Binary 1100000 10010001 1100000 100010 0 100010 101011 1111000 10100 101111

Color Harmonies of #609160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609160

Black with #609160

Text Example


Text Example

White with #609160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609160; }

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

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

background-color css

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

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

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

border-color css

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

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

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