#678270

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

Shades of Sirocco #678270

Tints of Sirocco #678270

Color information

#678270 (or 0x678270) is unknown color: approx Sirocco. HEX triplet: 67, 82 and 70. RGB value is (103,130,112). Sum of RGB (Red+Green+Blue) = 103+130+112=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #678270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678270 is #987D8F. Grayscale: #777777. Windows color (decimal): -9993616 or 7373415. OLE color: 7373415.

HSL color Cylindrical-coordinate representation of color #678270: hue angle of 140º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678270 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB103130112-
CMYK0.2100.140.49
HSL140º11.59%45.69%-
HSV(B)140º20.77%50.98%-
XYZ16.520.0218.32-
YUV119.88123.55115.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=29.86%
G=37.68%
B=32.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301120.2100.140.4914011.5945.69
Hex678270150E318cc2e
Octal14720216025016612141456
Binary11001111000001011100001010101110110001100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678270; }

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

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

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

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

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

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

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

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