#697D72

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

Shades of Sirocco #697D72

Tints of Sirocco #697D72

Color information

#697D72 (or 0x697D72) is unknown color: approx Sirocco. HEX triplet: 69, 7D and 72. RGB value is (105,125,114). Sum of RGB (Red+Green+Blue) = 105+125+114=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #697D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D72 is #96828D. Grayscale: #757575. Windows color (decimal): -9863822 or 7503209. OLE color: 7503209.

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

Color convert

RGB105125114-
CMYK0.1600.090.51
HSL147º8.7%45.1%-
HSV(B)147º16%49.02%-
XYZ16.218.8918.71-
YUV117.77125.87118.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=30.52%
G=36.34%
B=33.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051251140.1600.090.511478.745.1
Hex697D721009339392d
Octal15117516220011632231155
Binary1101001111110111100101000001001110011100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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