Html Css Color HEX #697C73 Sirocco

📋 copy color: '#697C73'

red 105 ◦ green 124 ◦ blue 115

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

Shades of Sirocco #697C73

Tints of Sirocco #697C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.05%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 30.52%
G = 36.05%
B = 33.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#697C73 (or 0x697C73) is known color: Sirocco. HEX triplet: 69, 7C and 73. RGB value is (105,124,115). Sum of RGB (Red+Green+Blue) = 105+124+115=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #697C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C73 is #96838C. Grayscale: #757575. Windows color (decimal): -9864077 or 7568489. OLE color: 7568489.

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

Color convert

RGB 105 124 115 -
CMYK 0.15 0 0.07 0.51
HSL 151.58º 0.08% 0.45% -
HSV(B) 151.58º 0.15% 0.49% -
XYZ 16.13 18.66 18.97 -
YUV 117.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 105 124 115 0.15 0 0.07 0.51 151.58 0.08 0.45
Hex 69 7C 73 F 0 7 33 98 8 2D
Octal 151 174 163 17 0 7 63 230 10 55
Binary 1101001 1111100 1110011 1111 0 111 110011 10011000 1000 101101

Color Harmonies of #697C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C73

Black with #697C73

Text Example


Text Example

White with #697C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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