#56761A

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

Shades of Green Leaf #56761A

Tints of Green Leaf #56761A

Color information

#56761A (or 0x56761A) is unknown color: approx Green Leaf. HEX triplet: 56, 76 and 1A. RGB value is (86,118,26). Sum of RGB (Red+Green+Blue) = 86+118+26=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #56761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56761A is #A989E5. Grayscale: #626262. Windows color (decimal): -11110886 or 1734230. OLE color: 1734230.

HSL color Cylindrical-coordinate representation of color #56761A: hue angle of 80.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56761A is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB8611826-
CMYK0.2700.780.54
HSL80.87º63.89%28.24%-
HSV(B)80.87º77.97%46.27%-
XYZ10.515.013.32-
YUV97.9487.4119.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=37.39%
G=51.30%
B=11.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118260.2700.780.5480.8763.8928.24
Hex56761A1B04E3651401c
Octal126166323301166612110034
Binary101011011101101101011011010011101101101010001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,118,26); }

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

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

 a { background-color: rgb(86,118,26); }

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

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

 span { border-color: rgb(86,118,26); }

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