#56984E

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

Shades of Hippie Green #56984E

Tints of Hippie Green #56984E

Color information

#56984E (or 0x56984E) is unknown color: approx Hippie Green. HEX triplet: 56, 98 and 4E. RGB value is (86,152,78). Sum of RGB (Red+Green+Blue) = 86+152+78=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #56984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56984E is #A967B1. Grayscale: #7C7C7C. Windows color (decimal): -11102130 or 5150806. OLE color: 5150806.

HSL color Cylindrical-coordinate representation of color #56984E: hue angle of 113.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56984E is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB8615278-
CMYK0.4300.490.40
HSL113.51º32.17%45.1%-
HSV(B)113.51º48.68%59.61%-
XYZ16.4424.9811.16-
YUV123.83102.13101.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=27.22%
G=48.10%
B=24.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86152780.4300.490.40113.5132.1745.1
Hex56984E2B0312872202d
Octal12623011653061501624055
Binary101011010011000100111010101101100011010001110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56984E; }

 p { color: rgb(86,152,78); }

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

<style>
 a { background-color: #56984E; }

 a { background-color: rgb(86,152,78); }

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

<style>
 span { border-color: #56984E; }

 span { border-color: rgb(86,152,78); }

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