Html Css Color HEX #688470 Sirocco

📋 copy color: '#688470'

red 104 ◦ green 132 ◦ blue 112

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

Shades of Sirocco #688470

Tints of Sirocco #688470

RGB

 RED value IS 104 (41.02% from 255) = 29.89%

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 29.89%
G = 37.93%
B = 32.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#688470 (or 0x688470) is known color: Sirocco. HEX triplet: 68, 84 and 70. RGB value is (104,132,112). Sum of RGB (Red+Green+Blue) = 104+132+112=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #688470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688470 is #977B8F. Grayscale: #797979. Windows color (decimal): -9927568 or 7373928. OLE color: 7373928.

HSL color Cylindrical-coordinate representation of color #688470: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688470 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 112 -
CMYK 0.21 0 0.15 0.48
HSL 137.14º 0.12% 0.46% -
HSV(B) 137.14º 0.21% 0.52% -
XYZ 16.88 20.62 18.42 -
YUV 121.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 104 132 112 0.21 0 0.15 0.48 137.14 0.12 0.46
Hex 68 84 70 15 0 F 30 89 C 2E
Octal 150 204 160 25 0 17 60 211 14 56
Binary 1101000 10000100 1110000 10101 0 1111 110000 10001001 1100 101110

Color Harmonies of #688470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688470

Black with #688470

Text Example


Text Example

White with #688470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688470; }

 p { color: rgb(104,132,112); }

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

background-color css

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

 a { background-color: rgb(104,132,112); }

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

border-color css

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

 span { border-color: rgb(104,132,112); }

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