#568768

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

Shades of Como #568768

Tints of Como #568768

Color information

#568768 (or 0x568768) is unknown color: approx Como. HEX triplet: 56, 87 and 68. RGB value is (86,135,104). Sum of RGB (Red+Green+Blue) = 86+135+104=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #568768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568768 is #A97897. Grayscale: #747474. Windows color (decimal): -11106456 or 6850390. OLE color: 6850390.

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

Color convert

RGB86135104-
CMYK0.3600.230.47
HSL142.04º22.17%43.33%-
HSV(B)142.04º36.3%52.94%-
XYZ1520.3116.23-
YUV116.81120.77106.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 104 (41.02% from 255) = 32%
R=26.46%
G=41.54%
B=32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861351040.3600.230.47142.0422.1743.33
Hex568768240172F8e162b
Octal12620715044027572162653
Binary10101101000011111010001001000101111011111000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568768; }

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

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

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

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

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

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

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

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