#5B995D

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

Shades of Hippie Green #5B995D

Tints of Hippie Green #5B995D

Color information

#5B995D (or 0x5B995D) is unknown color: approx Hippie Green. HEX triplet: 5B, 99 and 5D. RGB value is (91,153,93). Sum of RGB (Red+Green+Blue) = 91+153+93=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #5B995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B995D is #A466A2. Grayscale: #7F7F7F. Windows color (decimal): -10774179 or 6134107. OLE color: 6134107.

HSL color Cylindrical-coordinate representation of color #5B995D: hue angle of 121.94º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B995D is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB9115393-
CMYK0.4100.390.4
HSL121.94º25.41%47.84%-
HSV(B)121.94º40.52%60%-
XYZ17.6825.814.4-
YUV127.62108.46101.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=27.00%
G=45.40%
B=27.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153930.4100.390.4121.9425.4147.84
Hex5B995D29027287a1930
Octal13323113551047501723160
Binary10110111001100110111011010010100111101000111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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