#697D73

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

Shades of Sirocco #697D73

Tints of Sirocco #697D73

Color information

#697D73 (or 0x697D73) is unknown color: approx Sirocco. HEX triplet: 69, 7D and 73. RGB value is (105,125,115). Sum of RGB (Red+Green+Blue) = 105+125+115=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #697D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D73 is #96828C. Grayscale: #757575. Windows color (decimal): -9863821 or 7568745. OLE color: 7568745.

HSL color Cylindrical-coordinate representation of color #697D73: hue angle of 150º 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 #697D73 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB105125115-
CMYK0.1600.080.51
HSL150º8.7%45.1%-
HSV(B)150º16%49.02%-
XYZ16.2518.9119.01-
YUV117.88126.37118.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=30.43%
G=36.23%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051251150.1600.080.511508.745.1
Hex697D731008339692d
Octal15117516320010632261155
Binary1101001111110111100111000001000110011100101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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