#687970

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

Shades of Sirocco #687970

Tints of Sirocco #687970

Color information

#687970 (or 0x687970) is unknown color: approx Sirocco. HEX triplet: 68, 79 and 70. RGB value is (104,121,112). Sum of RGB (Red+Green+Blue) = 104+121+112=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #687970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687970 is #97868F. Grayscale: #727272. Windows color (decimal): -9930384 or 7371112. OLE color: 7371112.

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

Color convert

RGB104121112-
CMYK0.1400.070.53
HSL148.24º7.56%44.12%-
HSV(B)148.24º14.05%47.45%-
XYZ15.4717.7917.95-
YUV114.89126.37120.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=30.86%
G=35.91%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211120.1400.070.53148.247.5644.12
Hex687970E07359482c
Octal1501711601607652241054
Binary11010001111001111000011100111110101100101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687970; }

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

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

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

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

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

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

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

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