#568061

Color #568061 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #568061

Tints of Como #568061

Color information

#568061 (or 0x568061) is unknown color: approx Como. HEX triplet: 56, 80 and 61. RGB value is (86,128,97). Sum of RGB (Red+Green+Blue) = 86+128+97=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #568061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568061 is #A97F9E. Grayscale: #6F6F6F. Windows color (decimal): -11108255 or 6389846. OLE color: 6389846.

HSL color Cylindrical-coordinate representation of color #568061: hue angle of 135.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #568061 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB8612897-
CMYK0.3300.240.50
HSL135.71º19.63%41.96%-
HSV(B)135.71º32.81%50.2%-
XYZ13.7118.2814.11-
YUV111.91119.59109.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=27.65%
G=41.16%
B=31.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86128970.3300.240.50135.7119.6341.96
Hex568061210183288142a
Octal12620014141030622102452
Binary10101101000000011000011000010110001100101000100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568061; }

 p { color: rgb(86,128,97); }

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

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

 a { background-color: rgb(86,128,97); }

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

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

 span { border-color: rgb(86,128,97); }

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