#697970

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

Shades of Sirocco #697970

Tints of Sirocco #697970

Color information

#697970 (or 0x697970) is unknown color: approx Sirocco. HEX triplet: 69, 79 and 70. RGB value is (105,121,112). Sum of RGB (Red+Green+Blue) = 105+121+112=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #697970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697970 is #96868F. Grayscale: #737373. Windows color (decimal): -9864848 or 7371113. OLE color: 7371113.

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

Color convert

RGB105121112-
CMYK0.1300.070.53
HSL146.25º7.08%44.31%-
HSV(B)146.25º13.22%47.45%-
XYZ15.5917.8517.95-
YUV115.19126.2120.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=31.07%
G=35.80%
B=33.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211120.1300.070.53146.257.0844.31
Hex697970D07359272c
Octal151171160150765222754
Binary1101001111100111100001101011111010110010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697970; }

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

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

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

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

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

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

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

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