Html Css Color HEX #5D8655 Hippie Green

📋 copy color: '#5D8655'

red 93 ◦ green 134 ◦ blue 85

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

Shades of Hippie Green #5D8655

Tints of Hippie Green #5D8655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 29.81%
G = 42.95%
B = 27.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#5D8655 (or 0x5D8655) is known color: Hippie Green. HEX triplet: 5D, 86 and 55. RGB value is (93,134,85). Sum of RGB (Red+Green+Blue) = 93+134+85=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8655 is #A279AA. Grayscale: #747474. Windows color (decimal): -10647979 or 5604957. OLE color: 5604957.

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

Color convert

RGB 93 134 85 -
CMYK 0.31 0 0.37 0.47
HSL 110.2º 0.22% 0.43% -
HSV(B) 110.2º 0.37% 0.53% -
XYZ 14.68 20.03 11.69 -
YUV 116.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 93 134 85 0.31 0 0.37 0.47 110.2 0.22 0.43
Hex 5D 86 55 1F 0 25 2F 6E 16 2B
Octal 135 206 125 37 0 45 57 156 26 53
Binary 1011101 10000110 1010101 11111 0 100101 101111 1101110 10110 101011

Color Harmonies of #5D8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8655

Black with #5D8655

Text Example


Text Example

White with #5D8655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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