Html Css Color HEX #5F7E5E Hippie Green

📋 copy color: '#5F7E5E'

red 95 ◦ green 126 ◦ blue 94

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

Shades of Hippie Green #5F7E5E

Tints of Hippie Green #5F7E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 30.16%
G = 40%
B = 29.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#5F7E5E (or 0x5F7E5E) is known color: Hippie Green. HEX triplet: 5F, 7E and 5E. RGB value is (95,126,94). Sum of RGB (Red+Green+Blue) = 95+126+94=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7E5E is #A081A1. Grayscale: #717171. Windows color (decimal): -10518946 or 6192735. OLE color: 6192735.

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

Color convert

RGB 95 126 94 -
CMYK 0.25 0 0.25 0.51
HSL 118.13º 0.15% 0.43% -
HSV(B) 118.13º 0.25% 0.49% -
XYZ 14.2 18.16 13.35 -
YUV 113.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 95 126 94 0.25 0 0.25 0.51 118.13 0.15 0.43
Hex 5F 7E 5E 19 0 19 33 76 F 2B
Octal 137 176 136 31 0 31 63 166 17 53
Binary 1011111 1111110 1011110 11001 0 11001 110011 1110110 1111 101011

Color Harmonies of #5F7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7E5E

Black with #5F7E5E

Text Example


Text Example

White with #5F7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,126,94); }

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

background-color css

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

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

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

border-color css

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

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

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