#697A73

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

Shades of Sirocco #697A73

Tints of Sirocco #697A73

Color information

#697A73 (or 0x697A73) is unknown color: approx Sirocco. HEX triplet: 69, 7A and 73. RGB value is (105,122,115). Sum of RGB (Red+Green+Blue) = 105+122+115=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #697A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A73 is #96858C. Grayscale: #747474. Windows color (decimal): -9864589 or 7567977. OLE color: 7567977.

HSL color Cylindrical-coordinate representation of color #697A73: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697A73 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB105122115-
CMYK0.1400.060.52
HSL155.29º7.49%44.51%-
HSV(B)155.29º13.93%47.84%-
XYZ15.8818.1618.89-
YUV116.12127.37120.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=30.70%
G=35.67%
B=33.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051221150.1400.060.52155.297.4944.51
Hex697A73E06349b72d
Octal151172163160664233755
Binary1101001111101011100111110011011010010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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