Html Css Color HEX #5B975E Hippie Green

📋 copy color: '#5B975E'

red 91 ◦ green 151 ◦ blue 94

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

Shades of Hippie Green #5B975E

Tints of Hippie Green #5B975E

RGB

 RED value IS 91 (35.94% from 255) = 27.08%

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 27.08%
G = 44.94%
B = 27.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#5B975E (or 0x5B975E) is known color: Hippie Green. HEX triplet: 5B, 97 and 5E. RGB value is (91,151,94). Sum of RGB (Red+Green+Blue) = 91+151+94=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #5B975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B975E is #A468A1. Grayscale: #7E7E7E. Windows color (decimal): -10774690 or 6199131. OLE color: 6199131.

HSL color Cylindrical-coordinate representation of color #5B975E: hue angle of 123º 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 #5B975E is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 151 94 -
CMYK 0.40 0 0.38 0.41
HSL 123º 0.25% 0.47% -
HSV(B) 123º 0.4% 0.59% -
XYZ 17.4 25.17 14.53 -
YUV 126.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 91 151 94 0.40 0 0.38 0.41 123 0.25 0.47
Hex 5B 97 5E 28 0 26 29 7B 19 2F
Octal 133 227 136 50 0 46 51 173 31 57
Binary 1011011 10010111 1011110 101000 0 100110 101001 1111011 11001 101111

Color Harmonies of #5B975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B975E

Black with #5B975E

Text Example


Text Example

White with #5B975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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