#688570

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

Shades of Laurel #688570

Tints of Laurel #688570

Color information

#688570 (or 0x688570) is unknown color: approx Laurel. HEX triplet: 68, 85 and 70. RGB value is (104,133,112). Sum of RGB (Red+Green+Blue) = 104+133+112=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #688570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688570 is #977A8F. Grayscale: #797979. Windows color (decimal): -9927312 or 7374184. OLE color: 7374184.

HSL color Cylindrical-coordinate representation of color #688570: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688570 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB104133112-
CMYK0.2200.160.48
HSL136.55º12.24%46.47%-
HSV(B)136.55º21.8%52.16%-
XYZ17.0220.8918.46-
YUV121.94122.39115.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=29.80%
G=38.11%
B=32.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331120.2200.160.48136.5512.2446.47
Hex688570160103089c2e
Octal15020516026020602111456
Binary110100010000101111000010110010000110000100010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688570; }

 p { color: rgb(104,133,112); }

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

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

 a { background-color: rgb(104,133,112); }

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

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

 span { border-color: rgb(104,133,112); }

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