#56974C

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

Shades of Hippie Green #56974C

Tints of Hippie Green #56974C

Color information

#56974C (or 0x56974C) is unknown color: approx Hippie Green. HEX triplet: 56, 97 and 4C. RGB value is (86,151,76). Sum of RGB (Red+Green+Blue) = 86+151+76=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #56974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56974C is #A968B3. Grayscale: #7B7B7B. Windows color (decimal): -11102388 or 5019478. OLE color: 5019478.

HSL color Cylindrical-coordinate representation of color #56974C: hue angle of 112º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56974C is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB8615176-
CMYK0.4300.500.41
HSL112º33.04%44.51%-
HSV(B)112º49.67%59.22%-
XYZ16.2124.6310.74-
YUV123.02101.47101.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=27.48%
G=48.24%
B=24.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86151760.4300.500.4111233.0444.51
Hex56974C2B0322970212d
Octal12622711453062511604155
Binary101011010010111100110010101101100101010011110000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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