Html Css Color HEX #698874 Sirocco

📋 copy color: '#698874'

red 105 ◦ green 136 ◦ blue 116

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

Shades of Sirocco #698874

Tints of Sirocco #698874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 29.41%
G = 38.1%
B = 32.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#698874 (or 0x698874) is known color: Sirocco. HEX triplet: 69, 88 and 74. RGB value is (105,136,116). Sum of RGB (Red+Green+Blue) = 105+136+116=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #698874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698874 is #96778B. Grayscale: #7C7C7C. Windows color (decimal): -9861004 or 7637097. OLE color: 7637097.

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

Color convert

RGB 105 136 116 -
CMYK 0.23 0 0.15 0.47
HSL 141.29º 0.13% 0.47% -
HSV(B) 141.29º 0.23% 0.53% -
XYZ 17.78 21.87 19.81 -
YUV 124.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 105 136 116 0.23 0 0.15 0.47 141.29 0.13 0.47
Hex 69 88 74 17 0 F 2F 8D D 2F
Octal 151 210 164 27 0 17 57 215 15 57
Binary 1101001 10001000 1110100 10111 0 1111 101111 10001101 1101 101111

Color Harmonies of #698874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698874

Black with #698874

Text Example


Text Example

White with #698874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698874; }

 p { color: rgb(105,136,116); }

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

background-color css

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

 a { background-color: rgb(105,136,116); }

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

border-color css

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

 span { border-color: rgb(105,136,116); }

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