Html Css Color HEX #698073 Sirocco

📋 copy color: '#698073'

red 105 ◦ green 128 ◦ blue 115

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

Shades of Sirocco #698073

Tints of Sirocco #698073

RGB

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

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

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

R = 30.17%
G = 36.78%
B = 33.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#698073 (or 0x698073) is known color: Sirocco. HEX triplet: 69, 80 and 73. RGB value is (105,128,115). Sum of RGB (Red+Green+Blue) = 105+128+115=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #698073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698073 is #967F8C. Grayscale: #777777. Windows color (decimal): -9863053 or 7569513. OLE color: 7569513.

HSL color Cylindrical-coordinate representation of color #698073: hue angle of 146.09º 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 #698073 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 115 -
CMYK 0.18 0 0.10 0.50
HSL 146.09º 0.1% 0.46% -
HSV(B) 146.09º 0.18% 0.5% -
XYZ 16.64 19.68 19.14 -
YUV 119.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 105 128 115 0.18 0 0.10 0.50 146.09 0.1 0.46
Hex 69 80 73 12 0 A 32 92 A 2E
Octal 151 200 163 22 0 12 62 222 12 56
Binary 1101001 10000000 1110011 10010 0 1010 110010 10010010 1010 101110

Color Harmonies of #698073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698073

Black with #698073

Text Example


Text Example

White with #698073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698073; }

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

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

background-color css

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

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

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

border-color css

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

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

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