#688470

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

Shades of Sirocco #688470

Tints of Sirocco #688470

Color information

#688470 (or 0x688470) is unknown color: approx Sirocco. HEX triplet: 68, 84 and 70. RGB value is (104,132,112). Sum of RGB (Red+Green+Blue) = 104+132+112=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #688470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688470 is #977B8F. Grayscale: #797979. Windows color (decimal): -9927568 or 7373928. OLE color: 7373928.

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

Color convert

RGB104132112-
CMYK0.2100.150.48
HSL137.14º11.86%46.27%-
HSV(B)137.14º21.21%51.76%-
XYZ16.8820.6218.42-
YUV121.35122.72115.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=29.89%
G=37.93%
B=32.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321120.2100.150.48137.1411.8646.27
Hex688470150F3089c2e
Octal15020416025017602111456
Binary11010001000010011100001010101111110000100010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688470; }

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

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

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

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

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

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

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

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