Html Css Color HEX #5F975A Hippie Green

📋 copy color: '#5F975A'

red 95 ◦ green 151 ◦ blue 90

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

Shades of Hippie Green #5F975A

Tints of Hippie Green #5F975A

RGB

 RED value IS 95 (37.5% from 255) = 28.27%

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 28.27%
G = 44.94%
B = 26.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#5F975A (or 0x5F975A) is known color: Hippie Green. HEX triplet: 5F, 97 and 5A. RGB value is (95,151,90). Sum of RGB (Red+Green+Blue) = 95+151+90=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #5F975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F975A is #A068A5. Grayscale: #7F7F7F. Windows color (decimal): -10512550 or 5936991. OLE color: 5936991.

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

Color convert

RGB 95 151 90 -
CMYK 0.37 0 0.40 0.41
HSL 115.08º 0.25% 0.47% -
HSV(B) 115.08º 0.4% 0.59% -
XYZ 17.63 25.3 13.63 -
YUV 127.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 95 151 90 0.37 0 0.40 0.41 115.08 0.25 0.47
Hex 5F 97 5A 25 0 28 29 73 19 2F
Octal 137 227 132 45 0 50 51 163 31 57
Binary 1011111 10010111 1011010 100101 0 101000 101001 1110011 11001 101111

Color Harmonies of #5F975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F975A

Black with #5F975A

Text Example


Text Example

White with #5F975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,151,90); }

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

background-color css

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

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

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

border-color css

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

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

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