#697D70

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

Shades of Sirocco #697D70

Tints of Sirocco #697D70

Color information

#697D70 (or 0x697D70) is unknown color: approx Sirocco. HEX triplet: 69, 7D and 70. RGB value is (105,125,112). Sum of RGB (Red+Green+Blue) = 105+125+112=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 125 - color contains mainly: green. Hex color #697D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D70 is #96828F. Grayscale: #757575. Windows color (decimal): -9863824 or 7372137. OLE color: 7372137.

HSL color Cylindrical-coordinate representation of color #697D70: hue angle of 141º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697D70 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB105125112-
CMYK0.1600.100.51
HSL141º8.7%45.1%-
HSV(B)141º16%49.02%-
XYZ16.0818.8418.12-
YUV117.54124.87119.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=30.70%
G=36.55%
B=32.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051251120.1600.100.511418.745.1
Hex697D70100A338d92d
Octal15117516020012632151155
Binary1101001111110111100001000001010110011100011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697D70; }

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

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

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

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

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

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

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

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