Html Css Color HEX #5D975B Hippie Green

📋 copy color: '#5D975B'

red 93 ◦ green 151 ◦ blue 91

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

Shades of Hippie Green #5D975B

Tints of Hippie Green #5D975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 27.76%
G = 45.07%
B = 27.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#5D975B (or 0x5D975B) is known color: Hippie Green. HEX triplet: 5D, 97 and 5B. RGB value is (93,151,91). Sum of RGB (Red+Green+Blue) = 93+151+91=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #5D975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D975B is #A268A4. Grayscale: #7E7E7E. Windows color (decimal): -10643621 or 6002525. OLE color: 6002525.

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

Color convert

RGB 93 151 91 -
CMYK 0.38 0 0.40 0.41
HSL 118º 0.25% 0.47% -
HSV(B) 118º 0.4% 0.59% -
XYZ 17.47 25.22 13.84 -
YUV 126.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 93 151 91 0.38 0 0.40 0.41 118 0.25 0.47
Hex 5D 97 5B 26 0 28 29 76 19 2F
Octal 135 227 133 46 0 50 51 166 31 57
Binary 1011101 10010111 1011011 100110 0 101000 101001 1110110 11001 101111

Color Harmonies of #5D975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D975B

Black with #5D975B

Text Example


Text Example

White with #5D975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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