#568068

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

Shades of Como #568068

Tints of Como #568068

Color information

#568068 (or 0x568068) is unknown color: approx Como. HEX triplet: 56, 80 and 68. RGB value is (86,128,104). Sum of RGB (Red+Green+Blue) = 86+128+104=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #568068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568068 is #A97F97. Grayscale: #707070. Windows color (decimal): -11108248 or 6848598. OLE color: 6848598.

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

Color convert

RGB86128104-
CMYK0.3300.190.50
HSL145.71º19.63%41.96%-
HSV(B)145.71º32.81%50.2%-
XYZ14.0618.4215.91-
YUV112.71123.09108.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=27.04%
G=40.25%
B=32.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281040.3300.190.50145.7119.6341.96
Hex568068210133292142a
Octal12620015041023622222452
Binary10101101000000011010001000010100111100101001001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568068; }

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

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

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

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

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

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

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

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