Html Css Color HEX #5D955F Hippie Green

📋 copy color: '#5D955F'

red 93 ◦ green 149 ◦ blue 95

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

Shades of Hippie Green #5D955F

Tints of Hippie Green #5D955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 27.6%
G = 44.21%
B = 28.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#5D955F (or 0x5D955F) is known color: Hippie Green. HEX triplet: 5D, 95 and 5F. RGB value is (93,149,95). Sum of RGB (Red+Green+Blue) = 93+149+95=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #5D955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D955F is #A26AA0. Grayscale: #7E7E7E. Windows color (decimal): -10644129 or 6264157. OLE color: 6264157.

HSL color Cylindrical-coordinate representation of color #5D955F: hue angle of 122.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D955F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 95 -
CMYK 0.38 0 0.36 0.42
HSL 122.14º 0.23% 0.47% -
HSV(B) 122.14º 0.38% 0.58% -
XYZ 17.33 24.65 14.67 -
YUV 126.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 93 149 95 0.38 0 0.36 0.42 122.14 0.23 0.47
Hex 5D 95 5F 26 0 24 2A 7A 17 2F
Octal 135 225 137 46 0 44 52 172 27 57
Binary 1011101 10010101 1011111 100110 0 100100 101010 1111010 10111 101111

Color Harmonies of #5D955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D955F

Black with #5D955F

Text Example


Text Example

White with #5D955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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