Html Css Color HEX #5F865F Hippie Green

📋 copy color: '#5F865F'

red 95 ◦ green 134 ◦ blue 95

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

Shades of Hippie Green #5F865F

Tints of Hippie Green #5F865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

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

R = 29.32%
G = 41.36%
B = 29.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#5F865F (or 0x5F865F) is known color: Hippie Green. HEX triplet: 5F, 86 and 5F. RGB value is (95,134,95). Sum of RGB (Red+Green+Blue) = 95+134+95=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #5F865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F865F is #A079A0. Grayscale: #767676. Windows color (decimal): -10516897 or 6260319. OLE color: 6260319.

HSL color Cylindrical-coordinate representation of color #5F865F: 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.29%. Process color model (Four color, CMYK) of #5F865F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 134 95 -
CMYK 0.29 0 0.29 0.47
HSL 120º 0.17% 0.45% -
HSV(B) 120º 0.29% 0.53% -
XYZ 15.31 20.31 13.94 -
YUV 117.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 95 134 95 0.29 0 0.29 0.47 120 0.17 0.45
Hex 5F 86 5F 1D 0 1D 2F 78 11 2D
Octal 137 206 137 35 0 35 57 170 21 55
Binary 1011111 10000110 1011111 11101 0 11101 101111 1111000 10001 101101

Color Harmonies of #5F865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F865F

Black with #5F865F

Text Example


Text Example

White with #5F865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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