Html Css Color HEX #5D8660 Hippie Green

📋 copy color: '#5D8660'

red 93 ◦ green 134 ◦ blue 96

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

Shades of Hippie Green #5D8660

Tints of Hippie Green #5D8660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

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

R = 28.79%
G = 41.49%
B = 29.72%

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

#5D8660 (or 0x5D8660) is known color: Hippie Green. HEX triplet: 5D, 86 and 60. RGB value is (93,134,96). Sum of RGB (Red+Green+Blue) = 93+134+96=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8660 is #A2799F. Grayscale: #757575. Windows color (decimal): -10647968 or 6325853. OLE color: 6325853.

HSL color Cylindrical-coordinate representation of color #5D8660: hue angle of 124.39º 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 #5D8660 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 134 96 -
CMYK 0.31 0 0.28 0.47
HSL 124.39º 0.18% 0.45% -
HSV(B) 124.39º 0.31% 0.53% -
XYZ 15.15 20.22 14.17 -
YUV 117.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 93 134 96 0.31 0 0.28 0.47 124.39 0.18 0.45
Hex 5D 86 60 1F 0 1C 2F 7C 12 2D
Octal 135 206 140 37 0 34 57 174 22 55
Binary 1011101 10000110 1100000 11111 0 11100 101111 1111100 10010 101101

Color Harmonies of #5D8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8660

Black with #5D8660

Text Example


Text Example

White with #5D8660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,134,96); }

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

background-color css

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

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

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

border-color css

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

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

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