#608770

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

Shades of Sirocco #608770

Tints of Sirocco #608770

Color information

#608770 (or 0x608770) is unknown color: approx Sirocco. HEX triplet: 60, 87 and 70. RGB value is (96,135,112). Sum of RGB (Red+Green+Blue) = 96+135+112=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #608770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608770 is #9F788F. Grayscale: #787878. Windows color (decimal): -10451088 or 7374688. OLE color: 7374688.

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

Color convert

RGB96135112-
CMYK0.2900.170.47
HSL144.62º16.88%45.29%-
HSV(B)144.62º28.89%52.94%-
XYZ16.4120.9818.51-
YUV120.72123.08110.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=27.99%
G=39.36%
B=32.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351120.2900.170.47144.6216.8845.29
Hex6087701D0112F91112d
Octal14020716035021572212155
Binary1100000100001111110000111010100011011111001000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608770; }

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

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

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

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

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

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

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

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