#678470

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

Shades of Sirocco #678470

Tints of Sirocco #678470

Color information

#678470 (or 0x678470) is unknown color: approx Sirocco. HEX triplet: 67, 84 and 70. RGB value is (103,132,112). Sum of RGB (Red+Green+Blue) = 103+132+112=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #678470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678470 is #987B8F. Grayscale: #797979. Windows color (decimal): -9993104 or 7373927. OLE color: 7373927.

HSL color Cylindrical-coordinate representation of color #678470: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678470 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB103132112-
CMYK0.2200.150.48
HSL138.62º12.34%46.08%-
HSV(B)138.62º21.97%51.76%-
XYZ16.7720.5618.41-
YUV121.05122.89115.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.68%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=29.68%
G=38.04%
B=32.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321120.2200.150.48138.6212.3446.08
Hex678470160F308bc2e
Octal14720416026017602131456
Binary11001111000010011100001011001111110000100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678470; }

 p { color: rgb(103,132,112); }

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

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

 a { background-color: rgb(103,132,112); }

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

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

 span { border-color: rgb(103,132,112); }

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