#688070

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

Shades of Sirocco #688070

Tints of Sirocco #688070

Color information

#688070 (or 0x688070) is unknown color: approx Sirocco. HEX triplet: 68, 80 and 70. RGB value is (104,128,112). Sum of RGB (Red+Green+Blue) = 104+128+112=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #688070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688070 is #977F8F. Grayscale: #777777. Windows color (decimal): -9928592 or 7372904. OLE color: 7372904.

HSL color Cylindrical-coordinate representation of color #688070: hue angle of 140º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688070 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB104128112-
CMYK0.1900.120.50
HSL140º10.34%45.49%-
HSV(B)140º18.75%50.2%-
XYZ16.3519.5518.24-
YUV119124.05117.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=30.23%
G=37.21%
B=32.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281120.1900.120.5014010.3445.49
Hex688070130C328ca2d
Octal15020016023014622141255
Binary11010001000000011100001001101100110010100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688070; }

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

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

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

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

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

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

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

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