Html Css Color HEX #697D71 Sirocco

📋 copy color: '#697D71'

red 105 ◦ green 125 ◦ blue 113

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

Shades of Sirocco #697D71

Tints of Sirocco #697D71

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 value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#697D71 (or 0x697D71) is known color: 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

RGB 105 125 113 -
CMYK 0.16 0 0.10 0.51
HSL 144º 0.09% 0.45% -
HSV(B) 144º 0.16% 0.49% -
XYZ 16.14 18.86 18.41 -
YUV 117.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 105 125 113 0.16 0 0.10 0.51 144 0.09 0.45
Hex 69 7D 71 10 0 A 33 90 9 2D
Octal 151 175 161 20 0 12 63 220 11 55
Binary 1101001 1111101 1110001 10000 0 1010 110011 10010000 1001 101101

Color Harmonies of #697D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D71

Black with #697D71

Text Example


Text Example

White with #697D71

Text Example


Text Example

HTML Codes & Css Web 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>