Html Css Color HEX #59965D Hippie Green

📋 copy color: '#59965D'

red 89 ◦ green 150 ◦ blue 93

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

Shades of Hippie Green #59965D

Tints of Hippie Green #59965D

RGB

 RED value IS 89 (35.16% from 255) = 26.81%

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 26.81%
G = 45.18%
B = 28.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#59965D (or 0x59965D) is known color: Hippie Green. HEX triplet: 59, 96 and 5D. RGB value is (89,150,93). Sum of RGB (Red+Green+Blue) = 89+150+93=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #59965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59965D is #A669A2. Grayscale: #7D7D7D. Windows color (decimal): -10906019 or 6133337. OLE color: 6133337.

HSL color Cylindrical-coordinate representation of color #59965D: hue angle of 123.93º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59965D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 93 -
CMYK 0.41 0 0.38 0.41
HSL 123.93º 0.26% 0.47% -
HSV(B) 123.93º 0.41% 0.59% -
XYZ 17 24.73 14.23 -
YUV 125.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 89 150 93 0.41 0 0.38 0.41 123.93 0.26 0.47
Hex 59 96 5D 29 0 26 29 7C 1A 2F
Octal 131 226 135 51 0 46 51 174 32 57
Binary 1011001 10010110 1011101 101001 0 100110 101001 1111100 11010 101111

Color Harmonies of #59965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59965D

Black with #59965D

Text Example


Text Example

White with #59965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59965D; }

 p { color: rgb(89,150,93); }

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

background-color css

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

 a { background-color: rgb(89,150,93); }

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

border-color css

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

 span { border-color: rgb(89,150,93); }

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