Html Css Color HEX #5F875F Hippie Green

📋 copy color: '#5F875F'

red 95 ◦ green 135 ◦ blue 95

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

Shades of Hippie Green #5F875F

Tints of Hippie Green #5F875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 29.23%
G = 41.54%
B = 29.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#5F875F (or 0x5F875F) is known color: Hippie Green. HEX triplet: 5F, 87 and 5F. RGB value is (95,135,95). Sum of RGB (Red+Green+Blue) = 95+135+95=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #5F875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F875F is #A078A0. Grayscale: #767676. Windows color (decimal): -10516641 or 6260575. OLE color: 6260575.

HSL color Cylindrical-coordinate representation of color #5F875F: hue angle of 120º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F875F is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 135 95 -
CMYK 0.30 0 0.30 0.47
HSL 120º 0.17% 0.45% -
HSV(B) 120º 0.3% 0.53% -
XYZ 15.45 20.59 13.99 -
YUV 118.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 95 135 95 0.30 0 0.30 0.47 120 0.17 0.45
Hex 5F 87 5F 1E 0 1E 2F 78 11 2D
Octal 137 207 137 36 0 36 57 170 21 55
Binary 1011111 10000111 1011111 11110 0 11110 101111 1111000 10001 101101

Color Harmonies of #5F875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F875F

Black with #5F875F

Text Example


Text Example

White with #5F875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,135,95); }

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

background-color css

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

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

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

border-color css

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

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

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