Html Css Color HEX #5F9F61 Hippie Green

📋 copy color: '#5F9F61'

red 95 ◦ green 159 ◦ blue 97

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

Shades of Hippie Green #5F9F61

Tints of Hippie Green #5F9F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 27.07%
G = 45.3%
B = 27.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#5F9F61 (or 0x5F9F61) is known color: Hippie Green. HEX triplet: 5F, 9F and 61. RGB value is (95,159,97). Sum of RGB (Red+Green+Blue) = 95+159+97=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F61 is #A0609E. Grayscale: #848484. Windows color (decimal): -10510495 or 6397791. OLE color: 6397791.

HSL color Cylindrical-coordinate representation of color #5F9F61: hue angle of 121.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F61 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 159 97 -
CMYK 0.40 0 0.39 0.38
HSL 121.88º 0.25% 0.5% -
HSV(B) 121.88º 0.4% 0.62% -
XYZ 19.28 28.09 15.72 -
YUV 132.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 95 159 97 0.40 0 0.39 0.38 121.88 0.25 0.5
Hex 5F 9F 61 28 0 27 26 7A 19 32
Octal 137 237 141 50 0 47 46 172 31 62
Binary 1011111 10011111 1100001 101000 0 100111 100110 1111010 11001 110010

Color Harmonies of #5F9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9F61

Black with #5F9F61

Text Example


Text Example

White with #5F9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,159,97); }

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

background-color css

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

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

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

border-color css

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

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

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