#56974A

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

Shades of Hippie Green #56974A

Tints of Hippie Green #56974A

Color information

#56974A (or 0x56974A) is unknown color: approx Hippie Green. HEX triplet: 56, 97 and 4A. RGB value is (86,151,74). Sum of RGB (Red+Green+Blue) = 86+151+74=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #56974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56974A is #A968B5. Grayscale: #7B7B7B. Windows color (decimal): -11102390 or 4888406. OLE color: 4888406.

HSL color Cylindrical-coordinate representation of color #56974A: hue angle of 110.65º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56974A is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB8615174-
CMYK0.4300.510.41
HSL110.65º34.22%44.12%-
HSV(B)110.65º50.99%59.22%-
XYZ16.1424.6110.38-
YUV122.79100.47101.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=27.65%
G=48.55%
B=23.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86151740.4300.510.41110.6534.2244.12
Hex56974A2B033296f222c
Octal12622711253063511574254
Binary101011010010111100101010101101100111010011101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56974A; }

 p { color: rgb(86,151,74); }

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

<style>
 a { background-color: #56974A; }

 a { background-color: rgb(86,151,74); }

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

<style>
 span { border-color: #56974A; }

 span { border-color: rgb(86,151,74); }

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