#5C9061

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

Shades of Hippie Green #5C9061

Tints of Hippie Green #5C9061

Color information

#5C9061 (or 0x5C9061) is unknown color: approx Hippie Green. HEX triplet: 5C, 90 and 61. RGB value is (92,144,97). Sum of RGB (Red+Green+Blue) = 92+144+97=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9061 is #A36F9E. Grayscale: #7B7B7B. Windows color (decimal): -10710943 or 6393948. OLE color: 6393948.

HSL color Cylindrical-coordinate representation of color #5C9061: hue angle of 125.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9061 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB9214497-
CMYK0.3600.330.44
HSL125.77º22.03%46.27%-
HSV(B)125.77º36.11%56.47%-
XYZ16.5423.0814.89-
YUV123.09113.27105.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=27.63%
G=43.24%
B=29.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92144970.3600.330.44125.7722.0346.27
Hex5C9061240212C7e162e
Octal13422014144041541762656
Binary10111001001000011000011001000100001101100111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,97); }

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

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

 a { background-color: rgb(92,144,97); }

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

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

 span { border-color: rgb(92,144,97); }

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