Html Css Color HEX #5D975D Hippie Green

📋 copy color: '#5D975D'

red 93 ◦ green 151 ◦ blue 93

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

Shades of Hippie Green #5D975D

Tints of Hippie Green #5D975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.81%

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

R = 27.6%
G = 44.81%
B = 27.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#5D975D (or 0x5D975D) is known color: Hippie Green. HEX triplet: 5D, 97 and 5D. RGB value is (93,151,93). Sum of RGB (Red+Green+Blue) = 93+151+93=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #5D975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D975D is #A268A2. Grayscale: #7F7F7F. Windows color (decimal): -10643619 or 6133597. OLE color: 6133597.

HSL color Cylindrical-coordinate representation of color #5D975D: hue angle of 120º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D975D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 151 93 -
CMYK 0.38 0 0.38 0.41
HSL 120º 0.24% 0.48% -
HSV(B) 120º 0.38% 0.59% -
XYZ 17.56 25.25 14.3 -
YUV 127.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 93 151 93 0.38 0 0.38 0.41 120 0.24 0.48
Hex 5D 97 5D 26 0 26 29 78 18 30
Octal 135 227 135 46 0 46 51 170 30 60
Binary 1011101 10010111 1011101 100110 0 100110 101001 1111000 11000 110000

Color Harmonies of #5D975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D975D

Black with #5D975D

Text Example


Text Example

White with #5D975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,151,93); }

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

background-color css

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

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

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

border-color css

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

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

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