#697D71

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

Shades of Sirocco #697D71

Tints of Sirocco #697D71

Color information

#697D71 (or 0x697D71) is unknown color: approx Sirocco. HEX triplet: 69, 7D and 71. RGB value is (105,125,113). Sum of RGB (Red+Green+Blue) = 105+125+113=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 125 - color contains mainly: green. Hex color #697D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D71 is #96828E. Grayscale: #757575. Windows color (decimal): -9863823 or 7437673. OLE color: 7437673.

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

Color convert

RGB105125113-
CMYK0.1600.100.51
HSL144º8.7%45.1%-
HSV(B)144º16%49.02%-
XYZ16.1418.8618.41-
YUV117.65125.37118.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=30.61%
G=36.44%
B=32.94%

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
Decimal1051251130.1600.100.511448.745.1
Hex697D71100A339092d
Octal15117516120012632201155
Binary1101001111110111100011000001010110011100100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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