#688875

Color #688875 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #688875

Tints of Sirocco #688875

Color information

#688875 (or 0x688875) is unknown color: approx Sirocco. HEX triplet: 68, 88 and 75. RGB value is (104,136,117). Sum of RGB (Red+Green+Blue) = 104+136+117=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #688875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688875 is #97778A. Grayscale: #7C7C7C. Windows color (decimal): -9926539 or 7702632. OLE color: 7702632.

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

Color convert

RGB104136117-
CMYK0.2400.140.47
HSL144.38º13.33%47.06%-
HSV(B)144.38º23.53%53.33%-
XYZ17.7221.8420.11-
YUV124.27123.9113.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=29.13%
G=38.10%
B=32.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041361170.2400.140.47144.3813.3347.06
Hex688875180E2F90d2f
Octal15021016530016572201557
Binary11010001000100011101011100001110101111100100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688875; }

 p { color: rgb(104,136,117); }

 H1.HeaderClassName
 {
   color: #688875;
 }
 .AnyTagClassName
 {
   color: #688875;
 }
</style>
background-color css

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

 a { background-color: rgb(104,136,117); }

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

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

 span { border-color: rgb(104,136,117); }

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