Html Css Color HEX #688270 Sirocco

📋 copy color: '#688270'

red 104 ◦ green 130 ◦ blue 112

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

Shades of Sirocco #688270

Tints of Sirocco #688270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 30.06%
G = 37.57%
B = 32.37%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#688270 (or 0x688270) is known color: Sirocco. HEX triplet: 68, 82 and 70. RGB value is (104,130,112). Sum of RGB (Red+Green+Blue) = 104+130+112=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #688270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688270 is #977D8F. Grayscale: #787878. Windows color (decimal): -9928080 or 7373416. OLE color: 7373416.

HSL color Cylindrical-coordinate representation of color #688270: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688270 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 112 -
CMYK 0.2 0 0.14 0.49
HSL 138.46º 0.11% 0.46% -
HSV(B) 138.46º 0.2% 0.51% -
XYZ 16.62 20.08 18.33 -
YUV 120.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 104 130 112 0.2 0 0.14 0.49 138.46 0.11 0.46
Hex 68 82 70 14 0 E 31 8A B 2E
Octal 150 202 160 24 0 16 61 212 13 56
Binary 1101000 10000010 1110000 10100 0 1110 110001 10001010 1011 101110

Color Harmonies of #688270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688270

Black with #688270

Text Example


Text Example

White with #688270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688270; }

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

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

background-color css

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

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

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

border-color css

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

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

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