#688073

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

Shades of Sirocco #688073

Tints of Sirocco #688073

Color information

#688073 (or 0x688073) is unknown color: approx Sirocco. HEX triplet: 68, 80 and 73. RGB value is (104,128,115). Sum of RGB (Red+Green+Blue) = 104+128+115=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #688073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688073 is #977F8C. Grayscale: #777777. Windows color (decimal): -9928589 or 7569512. OLE color: 7569512.

HSL color Cylindrical-coordinate representation of color #688073: hue angle of 147.5º 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 #688073 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB104128115-
CMYK0.1900.100.50
HSL147.5º10.34%45.49%-
HSV(B)147.5º18.75%50.2%-
XYZ16.5219.6219.14-
YUV119.34125.55117.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=29.97%
G=36.89%
B=33.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281150.1900.100.50147.510.3445.49
Hex688073130A3293a2d
Octal15020016323012622231255
Binary11010001000000011100111001101010110010100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688073; }

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

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

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

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

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

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

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

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