Html Css Color HEX #5F8A55 Hippie Green

📋 copy color: '#5F8A55'

red 95 ◦ green 138 ◦ blue 85

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

Shades of Hippie Green #5F8A55

Tints of Hippie Green #5F8A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 29.87%
G = 43.4%
B = 26.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#5F8A55 (or 0x5F8A55) is known color: Hippie Green. HEX triplet: 5F, 8A and 55. RGB value is (95,138,85). Sum of RGB (Red+Green+Blue) = 95+138+85=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A55 is #A075AA. Grayscale: #777777. Windows color (decimal): -10515883 or 5605983. OLE color: 5605983.

HSL color Cylindrical-coordinate representation of color #5F8A55: hue angle of 108.68º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8A55 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 138 85 -
CMYK 0.31 0 0.38 0.46
HSL 108.68º 0.24% 0.44% -
HSV(B) 108.68º 0.38% 0.54% -
XYZ 15.45 21.27 11.88 -
YUV 119.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 95 138 85 0.31 0 0.38 0.46 108.68 0.24 0.44
Hex 5F 8A 55 1F 0 26 2E 6D 18 2C
Octal 137 212 125 37 0 46 56 155 30 54
Binary 1011111 10001010 1010101 11111 0 100110 101110 1101101 11000 101100

Color Harmonies of #5F8A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8A55

Black with #5F8A55

Text Example


Text Example

White with #5F8A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,85); }

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

background-color css

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

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

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

border-color css

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

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

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