Html Css Color HEX #697E71 Sirocco

📋 copy color: '#697E71'

red 105 ◦ green 126 ◦ blue 113

#697E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #697E71

Tints of Sirocco #697E71

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

 GREEN value IS 126 (49.61% from 255) = 36.63%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 30.52%
G = 36.63%
B = 32.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#697E71 (or 0x697E71) is known color: Sirocco. HEX triplet: 69, 7E and 71. RGB value is (105,126,113). Sum of RGB (Red+Green+Blue) = 105+126+113=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #697E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E71 is #96818E. Grayscale: #767676. Windows color (decimal): -9863567 or 7437929. OLE color: 7437929.

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

Color convert

RGB 105 126 113 -
CMYK 0.17 0 0.10 0.51
HSL 142.86º 0.09% 0.45% -
HSV(B) 142.86º 0.17% 0.49% -
XYZ 16.27 19.12 18.46 -
YUV 118.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 105 126 113 0.17 0 0.10 0.51 142.86 0.09 0.45
Hex 69 7E 71 11 0 A 33 8F 9 2D
Octal 151 176 161 21 0 12 63 217 11 55
Binary 1101001 1111110 1110001 10001 0 1010 110011 10001111 1001 101101

Color Harmonies of #697E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E71

Black with #697E71

Text Example


Text Example

White with #697E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #697E71;
 }
 .AnyTagClassName
 {
   color: #697E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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