#5C9062

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

Shades of Hippie Green #5C9062

Tints of Hippie Green #5C9062

Color information

#5C9062 (or 0x5C9062) is unknown color: approx Hippie Green. HEX triplet: 5C, 90 and 62. RGB value is (92,144,98). Sum of RGB (Red+Green+Blue) = 92+144+98=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9062 is #A36F9D. Grayscale: #7B7B7B. Windows color (decimal): -10710942 or 6459484. OLE color: 6459484.

HSL color Cylindrical-coordinate representation of color #5C9062: hue angle of 126.92º 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 #5C9062 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB9214498-
CMYK0.3600.320.44
HSL126.92º22.03%46.27%-
HSV(B)126.92º36.11%56.47%-
XYZ16.5923.115.14-
YUV123.21113.77105.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=27.54%
G=43.11%
B=29.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92144980.3600.320.44126.9222.0346.27
Hex5C9062240202C7f162e
Octal13422014244040541772656
Binary10111001001000011000101001000100000101100111111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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