#698270

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

Shades of Sirocco #698270

Tints of Sirocco #698270

Color information

#698270 (or 0x698270) is unknown color: approx Sirocco. HEX triplet: 69, 82 and 70. RGB value is (105,130,112). Sum of RGB (Red+Green+Blue) = 105+130+112=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #698270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698270 is #967D8F. Grayscale: #787878. Windows color (decimal): -9862544 or 7373417. OLE color: 7373417.

HSL color Cylindrical-coordinate representation of color #698270: hue angle of 136.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698270 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB105130112-
CMYK0.1900.140.49
HSL136.8º10.64%46.08%-
HSV(B)136.8º19.23%50.98%-
XYZ16.7320.1418.33-
YUV120.47123.22116.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=30.26%
G=37.46%
B=32.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301120.1900.140.49136.810.6446.08
Hex698270130E3189b2e
Octal15120216023016612111356
Binary11010011000001011100001001101110110001100010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698270; }

 p { color: rgb(105,130,112); }

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

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

 a { background-color: rgb(105,130,112); }

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

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

 span { border-color: rgb(105,130,112); }

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