#5B994D

Color #5B994D Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5B994D

Tints of Hippie Green #5B994D

Color information

#5B994D (or 0x5B994D) is unknown color: approx Hippie Green. HEX triplet: 5B, 99 and 4D. RGB value is (91,153,77). Sum of RGB (Red+Green+Blue) = 91+153+77=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #5B994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B994D is #A466B2. Grayscale: #7E7E7E. Windows color (decimal): -10774195 or 5085531. OLE color: 5085531.

HSL color Cylindrical-coordinate representation of color #5B994D: hue angle of 108.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B994D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB9115377-
CMYK0.4100.500.4
HSL108.95º33.04%45.1%-
HSV(B)108.95º49.67%60%-
XYZ17.0525.5411.05-
YUV125.8100.46103.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=28.35%
G=47.66%
B=23.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153770.4100.500.4108.9533.0445.1
Hex5B994D29032286d212d
Octal13323111551062501554155
Binary101101110011001100110110100101100101010001101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,153,77); }

 H1.HeaderClassName
 {
   color: #5B994D;
 }
 .AnyTagClassName
 {
   color: #5B994D;
 }
</style>
background-color css

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

 a { background-color: rgb(91,153,77); }

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

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

 span { border-color: rgb(91,153,77); }

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