#568860

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

Shades of Como #568860

Tints of Como #568860

Color information

#568860 (or 0x568860) is unknown color: approx Como. HEX triplet: 56, 88 and 60. RGB value is (86,136,96). Sum of RGB (Red+Green+Blue) = 86+136+96=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #568860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568860 is #A9779F. Grayscale: #747474. Windows color (decimal): -11106208 or 6326358. OLE color: 6326358.

HSL color Cylindrical-coordinate representation of color #568860: hue angle of 132º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568860 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8613696-
CMYK0.3700.290.47
HSL132º22.52%43.53%-
HSV(B)132º36.76%53.33%-
XYZ14.7520.4314.23-
YUV116.49116.44106.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=27.04%
G=42.77%
B=30.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86136960.3700.290.4713222.5243.53
Hex5688602501D2F84172c
Octal12621014045035572042754
Binary10101101000100011000001001010111011011111000010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568860; }

 p { color: rgb(86,136,96); }

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

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

 a { background-color: rgb(86,136,96); }

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

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

 span { border-color: rgb(86,136,96); }

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