#668972

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

Shades of Sirocco #668972

Tints of Sirocco #668972

Color information

#668972 (or 0x668972) is unknown color: approx Sirocco. HEX triplet: 66, 89 and 72. RGB value is (102,137,114). Sum of RGB (Red+Green+Blue) = 102+137+114=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #668972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668972 is #99768D. Grayscale: #7B7B7B. Windows color (decimal): -10057358 or 7506278. OLE color: 7506278.

HSL color Cylindrical-coordinate representation of color #668972: hue angle of 140.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668972 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB102137114-
CMYK0.2600.170.46
HSL140.57º14.64%46.86%-
HSV(B)140.57º25.55%53.73%-
XYZ17.4621.9319.23-
YUV123.91122.4112.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=28.90%
G=38.81%
B=32.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371140.2600.170.46140.5714.6446.86
Hex6689721A0112E8df2f
Octal14621116232021562151757
Binary110011010001001111001011010010001101110100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668972; }

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

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

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

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

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

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

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

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