Html Css Color HEX #698070 Sirocco

📋 copy color: '#698070'

red 105 ◦ green 128 ◦ blue 112

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

Shades of Sirocco #698070

Tints of Sirocco #698070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 30.43%
G = 37.1%
B = 32.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#698070 (or 0x698070) is known color: Sirocco. HEX triplet: 69, 80 and 70. RGB value is (105,128,112). Sum of RGB (Red+Green+Blue) = 105+128+112=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #698070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698070 is #967F8F. Grayscale: #777777. Windows color (decimal): -9863056 or 7372905. OLE color: 7372905.

HSL color Cylindrical-coordinate representation of color #698070: hue angle of 138.26º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #698070 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 112 -
CMYK 0.18 0 0.12 0.50
HSL 138.26º 0.1% 0.46% -
HSV(B) 138.26º 0.18% 0.5% -
XYZ 16.47 19.61 18.25 -
YUV 119.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 105 128 112 0.18 0 0.12 0.50 138.26 0.1 0.46
Hex 69 80 70 12 0 C 32 8A A 2E
Octal 151 200 160 22 0 14 62 212 12 56
Binary 1101001 10000000 1110000 10010 0 1100 110010 10001010 1010 101110

Color Harmonies of #698070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698070

Black with #698070

Text Example


Text Example

White with #698070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698070; }

 p { color: rgb(105,128,112); }

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

background-color css

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

 a { background-color: rgb(105,128,112); }

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

border-color css

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

 span { border-color: rgb(105,128,112); }

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