Html Css Color HEX #5B975C Hippie Green

📋 copy color: '#5B975C'

red 91 ◦ green 151 ◦ blue 92

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

Shades of Hippie Green #5B975C

Tints of Hippie Green #5B975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 27.25%
G = 45.21%
B = 27.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#5B975C (or 0x5B975C) is known color: Hippie Green. HEX triplet: 5B, 97 and 5C. RGB value is (91,151,92). Sum of RGB (Red+Green+Blue) = 91+151+92=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #5B975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B975C is #A468A3. Grayscale: #7E7E7E. Windows color (decimal): -10774692 or 6068059. OLE color: 6068059.

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

Color convert

RGB 91 151 92 -
CMYK 0.40 0 0.39 0.41
HSL 121º 0.25% 0.47% -
HSV(B) 121º 0.4% 0.59% -
XYZ 17.31 25.13 14.06 -
YUV 126.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 91 151 92 0.40 0 0.39 0.41 121 0.25 0.47
Hex 5B 97 5C 28 0 27 29 79 19 2F
Octal 133 227 134 50 0 47 51 171 31 57
Binary 1011011 10010111 1011100 101000 0 100111 101001 1111001 11001 101111

Color Harmonies of #5B975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B975C

Black with #5B975C

Text Example


Text Example

White with #5B975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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