#667D72

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

Shades of Sirocco #667D72

Tints of Sirocco #667D72

Color information

#667D72 (or 0x667D72) is unknown color: approx Sirocco. HEX triplet: 66, 7D and 72. RGB value is (102,125,114). Sum of RGB (Red+Green+Blue) = 102+125+114=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #667D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D72 is #99828D. Grayscale: #747474. Windows color (decimal): -10060430 or 7503206. OLE color: 7503206.

HSL color Cylindrical-coordinate representation of color #667D72: hue angle of 151.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D72 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB102125114-
CMYK0.1800.090.51
HSL151.3º10.13%44.51%-
HSV(B)151.3º18.4%49.02%-
XYZ15.8518.7118.69-
YUV116.87126.38117.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=29.91%
G=36.66%
B=33.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021251140.1800.090.51151.310.1344.51
Hex667D7212093397a2d
Octal14617516222011632271255
Binary1100110111110111100101001001001110011100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667D72; }

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

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

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

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

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

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

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

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