#5F955D

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

Shades of Hippie Green #5F955D

Tints of Hippie Green #5F955D

Color information

#5F955D (or 0x5F955D) is unknown color: approx Hippie Green. HEX triplet: 5F, 95 and 5D. RGB value is (95,149,93). Sum of RGB (Red+Green+Blue) = 95+149+93=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #5F955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F955D is #A06AA2. Grayscale: #7E7E7E. Windows color (decimal): -10513059 or 6133087. OLE color: 6133087.

HSL color Cylindrical-coordinate representation of color #5F955D: hue angle of 117.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F955D is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB9514993-
CMYK0.3600.380.42
HSL117.86º23.14%47.45%-
HSV(B)117.86º37.58%58.43%-
XYZ17.4424.7214.21-
YUV126.47109.11105.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=28.19%
G=44.21%
B=27.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149930.3600.380.42117.8623.1447.45
Hex5F955D240262A76172f
Octal13722513544046521662757
Binary10111111001010110111011001000100110101010111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,93); }

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

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

 a { background-color: rgb(95,149,93); }

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

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

 span { border-color: rgb(95,149,93); }

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