Html Css Color HEX #5F8258 Hippie Green

📋 copy color: '#5F8258'

red 95 ◦ green 130 ◦ blue 88

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

Shades of Hippie Green #5F8258

Tints of Hippie Green #5F8258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 30.35%
G = 41.53%
B = 28.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#5F8258 (or 0x5F8258) is known color: Hippie Green. HEX triplet: 5F, 82 and 58. RGB value is (95,130,88). Sum of RGB (Red+Green+Blue) = 95+130+88=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8258 is #A07DA7. Grayscale: #727272. Windows color (decimal): -10517928 or 5800543. OLE color: 5800543.

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

Color convert

RGB 95 130 88 -
CMYK 0.27 0 0.32 0.49
HSL 110º 0.19% 0.43% -
HSV(B) 110º 0.32% 0.51% -
XYZ 14.46 19.1 12.16 -
YUV 114.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 95 130 88 0.27 0 0.32 0.49 110 0.19 0.43
Hex 5F 82 58 1B 0 20 31 6E 13 2B
Octal 137 202 130 33 0 40 61 156 23 53
Binary 1011111 10000010 1011000 11011 0 100000 110001 1101110 10011 101011

Color Harmonies of #5F8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8258

Black with #5F8258

Text Example


Text Example

White with #5F8258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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