Html Css Color HEX #609550 Hippie Green

📋 copy color: '#609550'

red 96 ◦ green 149 ◦ blue 80

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

Shades of Hippie Green #609550

Tints of Hippie Green #609550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 29.54%
G = 45.85%
B = 24.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#609550 (or 0x609550) is known color: Hippie Green. HEX triplet: 60, 95 and 50. RGB value is (96,149,80). Sum of RGB (Red+Green+Blue) = 96+149+80=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #609550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609550 is #9F6AAF. Grayscale: #7D7D7D. Windows color (decimal): -10447536 or 5281120. OLE color: 5281120.

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

Color convert

RGB 96 149 80 -
CMYK 0.36 0 0.46 0.42
HSL 106.09º 0.3% 0.45% -
HSV(B) 106.09º 0.46% 0.58% -
XYZ 17.02 24.56 11.43 -
YUV 125.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 96 149 80 0.36 0 0.46 0.42 106.09 0.3 0.45
Hex 60 95 50 24 0 2E 2A 6A 1E 2D
Octal 140 225 120 44 0 56 52 152 36 55
Binary 1100000 10010101 1010000 100100 0 101110 101010 1101010 11110 101101

Color Harmonies of #609550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609550

Black with #609550

Text Example


Text Example

White with #609550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609550; }

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

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

background-color css

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

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

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

border-color css

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

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

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