#668872

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

Shades of Sirocco #668872

Tints of Sirocco #668872

Color information

#668872 (or 0x668872) is unknown color: approx Sirocco. HEX triplet: 66, 88 and 72. RGB value is (102,136,114). Sum of RGB (Red+Green+Blue) = 102+136+114=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #668872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668872 is #99778D. Grayscale: #7B7B7B. Windows color (decimal): -10057614 or 7506022. OLE color: 7506022.

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

Color convert

RGB102136114-
CMYK0.2500.160.47
HSL141.18º14.29%46.67%-
HSV(B)141.18º25%53.33%-
XYZ17.3221.6519.19-
YUV123.33122.74112.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=28.98%
G=38.64%
B=32.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361140.2500.160.47141.1814.2946.67
Hex668872190102F8de2f
Octal14621016231020572151657
Binary110011010001000111001011001010000101111100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668872; }

 p { color: rgb(102,136,114); }

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

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

 a { background-color: rgb(102,136,114); }

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

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

 span { border-color: rgb(102,136,114); }

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