#568062

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

Shades of Como #568062

Tints of Como #568062

Color information

#568062 (or 0x568062) is unknown color: approx Como. HEX triplet: 56, 80 and 62. RGB value is (86,128,98). Sum of RGB (Red+Green+Blue) = 86+128+98=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #568062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568062 is #A97F9D. Grayscale: #707070. Windows color (decimal): -11108254 or 6455382. OLE color: 6455382.

HSL color Cylindrical-coordinate representation of color #568062: hue angle of 137.14º 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 #568062 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB8612898-
CMYK0.3300.230.50
HSL137.14º19.63%41.96%-
HSV(B)137.14º32.81%50.2%-
XYZ13.7618.314.36-
YUV112.02120.09109.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=27.56%
G=41.03%
B=31.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86128980.3300.230.50137.1419.6341.96
Hex568062210173289142a
Octal12620014241027622112452
Binary10101101000000011000101000010101111100101000100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568062; }

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

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

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

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

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

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

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

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