Html Css Color HEX #5D8761 Hippie Green

📋 copy color: '#5D8761'

red 93 ◦ green 135 ◦ blue 97

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

Shades of Hippie Green #5D8761

Tints of Hippie Green #5D8761

RGB

 RED value IS 93 (36.72% from 255) = 28.62%

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 28.62%
G = 41.54%
B = 29.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#5D8761 (or 0x5D8761) is known color: Hippie Green. HEX triplet: 5D, 87 and 61. RGB value is (93,135,97). Sum of RGB (Red+Green+Blue) = 93+135+97=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8761 is #A2789E. Grayscale: #767676. Windows color (decimal): -10647711 or 6391645. OLE color: 6391645.

HSL color Cylindrical-coordinate representation of color #5D8761: hue angle of 125.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8761 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 135 97 -
CMYK 0.31 0 0.28 0.47
HSL 125.71º 0.18% 0.45% -
HSV(B) 125.71º 0.31% 0.53% -
XYZ 15.34 20.52 14.46 -
YUV 118.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 93 135 97 0.31 0 0.28 0.47 125.71 0.18 0.45
Hex 5D 87 61 1F 0 1C 2F 7E 12 2D
Octal 135 207 141 37 0 34 57 176 22 55
Binary 1011101 10000111 1100001 11111 0 11100 101111 1111110 10010 101101

Color Harmonies of #5D8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8761

Black with #5D8761

Text Example


Text Example

White with #5D8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D8761; }

 p { color: rgb(93,135,97); }

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

background-color css

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

 a { background-color: rgb(93,135,97); }

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

border-color css

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

 span { border-color: rgb(93,135,97); }

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