Html Css Color HEX #5F815B Hippie Green

📋 copy color: '#5F815B'

red 95 ◦ green 129 ◦ blue 91

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

Shades of Hippie Green #5F815B

Tints of Hippie Green #5F815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

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

R = 30.16%
G = 40.95%
B = 28.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#5F815B (or 0x5F815B) is known color: Hippie Green. HEX triplet: 5F, 81 and 5B. RGB value is (95,129,91). Sum of RGB (Red+Green+Blue) = 95+129+91=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #5F815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F815B is #A07EA4. Grayscale: #727272. Windows color (decimal): -10518181 or 5996895. OLE color: 5996895.

HSL color Cylindrical-coordinate representation of color #5F815B: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F815B is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 129 91 -
CMYK 0.26 0 0.29 0.49
HSL 113.68º 0.17% 0.43% -
HSV(B) 113.68º 0.29% 0.51% -
XYZ 14.46 18.89 12.78 -
YUV 114.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 95 129 91 0.26 0 0.29 0.49 113.68 0.17 0.43
Hex 5F 81 5B 1A 0 1D 31 72 11 2B
Octal 137 201 133 32 0 35 61 162 21 53
Binary 1011111 10000001 1011011 11010 0 11101 110001 1110010 10001 101011

Color Harmonies of #5F815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F815B

Black with #5F815B

Text Example


Text Example

White with #5F815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,129,91); }

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

background-color css

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

 a { background-color: rgb(95,129,91); }

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

border-color css

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

 span { border-color: rgb(95,129,91); }

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