Html Css Color HEX #5F8758 Hippie Green

📋 copy color: '#5F8758'

red 95 ◦ green 135 ◦ blue 88

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

Shades of Hippie Green #5F8758

Tints of Hippie Green #5F8758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.67%

R = 29.87%
G = 42.45%
B = 27.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#5F8758 (or 0x5F8758) is known color: Hippie Green. HEX triplet: 5F, 87 and 58. RGB value is (95,135,88). Sum of RGB (Red+Green+Blue) = 95+135+88=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8758 is #A078A7. Grayscale: #757575. Windows color (decimal): -10516648 or 5801823. OLE color: 5801823.

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

Color convert

RGB 95 135 88 -
CMYK 0.30 0 0.35 0.47
HSL 111.06º 0.21% 0.44% -
HSV(B) 111.06º 0.35% 0.53% -
XYZ 15.14 20.47 12.38 -
YUV 117.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 95 135 88 0.30 0 0.35 0.47 111.06 0.21 0.44
Hex 5F 87 58 1E 0 23 2F 6F 15 2C
Octal 137 207 130 36 0 43 57 157 25 54
Binary 1011111 10000111 1011000 11110 0 100011 101111 1101111 10101 101100

Color Harmonies of #5F8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8758

Black with #5F8758

Text Example


Text Example

White with #5F8758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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