Html Css Color HEX #698976 Sirocco

📋 copy color: '#698976'

red 105 ◦ green 137 ◦ blue 118

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

Shades of Sirocco #698976

Tints of Sirocco #698976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 29.17%
G = 38.06%
B = 32.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#698976 (or 0x698976) is known color: Sirocco. HEX triplet: 69, 89 and 76. RGB value is (105,137,118). Sum of RGB (Red+Green+Blue) = 105+137+118=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #698976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698976 is #967689. Grayscale: #7D7D7D. Windows color (decimal): -9860746 or 7768425. OLE color: 7768425.

HSL color Cylindrical-coordinate representation of color #698976: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698976 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 118 -
CMYK 0.23 0 0.14 0.46
HSL 144.38º 0.13% 0.47% -
HSV(B) 144.38º 0.23% 0.54% -
XYZ 18.04 22.2 20.47 -
YUV 125.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 105 137 118 0.23 0 0.14 0.46 144.38 0.13 0.47
Hex 69 89 76 17 0 E 2E 90 D 2F
Octal 151 211 166 27 0 16 56 220 15 57
Binary 1101001 10001001 1110110 10111 0 1110 101110 10010000 1101 101111

Color Harmonies of #698976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698976

Black with #698976

Text Example


Text Example

White with #698976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698976; }

 p { color: rgb(105,137,118); }

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

background-color css

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

 a { background-color: rgb(105,137,118); }

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

border-color css

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

 span { border-color: rgb(105,137,118); }

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