#628770

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

Shades of Sirocco #628770

Tints of Sirocco #628770

Color information

#628770 (or 0x628770) is unknown color: approx Sirocco. HEX triplet: 62, 87 and 70. RGB value is (98,135,112). Sum of RGB (Red+Green+Blue) = 98+135+112=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #628770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628770 is #9D788F. Grayscale: #797979. Windows color (decimal): -10320016 or 7374690. OLE color: 7374690.

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

Color convert

RGB98135112-
CMYK0.2700.170.47
HSL142.7º15.88%45.69%-
HSV(B)142.7º27.41%52.94%-
XYZ16.6321.0918.52-
YUV121.32122.74111.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=28.41%
G=39.13%
B=32.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351120.2700.170.47142.715.8845.69
Hex6287701B0112F8f102e
Octal14220716033021572172056
Binary1100010100001111110000110110100011011111000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628770; }

 p { color: rgb(98,135,112); }

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

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

 a { background-color: rgb(98,135,112); }

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

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

 span { border-color: rgb(98,135,112); }

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