Html Css Color HEX #5D815F Hippie Green

📋 copy color: '#5D815F'

red 93 ◦ green 129 ◦ blue 95

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

Shades of Hippie Green #5D815F

Tints of Hippie Green #5D815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 29.34%
G = 40.69%
B = 29.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#5D815F (or 0x5D815F) is known color: Hippie Green. HEX triplet: 5D, 81 and 5F. RGB value is (93,129,95). Sum of RGB (Red+Green+Blue) = 93+129+95=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #5D815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D815F is #A27EA0. Grayscale: #727272. Windows color (decimal): -10649249 or 6259037. OLE color: 6259037.

HSL color Cylindrical-coordinate representation of color #5D815F: hue angle of 123.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D815F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 129 95 -
CMYK 0.28 0 0.26 0.49
HSL 123.33º 0.16% 0.44% -
HSV(B) 123.33º 0.28% 0.51% -
XYZ 14.43 18.85 13.71 -
YUV 114.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 93 129 95 0.28 0 0.26 0.49 123.33 0.16 0.44
Hex 5D 81 5F 1C 0 1A 31 7B 10 2C
Octal 135 201 137 34 0 32 61 173 20 54
Binary 1011101 10000001 1011111 11100 0 11010 110001 1111011 10000 101100

Color Harmonies of #5D815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D815F

Black with #5D815F

Text Example


Text Example

White with #5D815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,129,95); }

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

background-color css

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

 a { background-color: rgb(93,129,95); }

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

border-color css

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

 span { border-color: rgb(93,129,95); }

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