#60876F

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

Shades of Sirocco #60876F

Tints of Sirocco #60876F

Color information

#60876F (or 0x60876F) is unknown color: approx Sirocco. HEX triplet: 60, 87 and 6F. RGB value is (96,135,111). Sum of RGB (Red+Green+Blue) = 96+135+111=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #60876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60876F is #9F7890. Grayscale: #787878. Windows color (decimal): -10451089 or 7309152. OLE color: 7309152.

HSL color Cylindrical-coordinate representation of color #60876F: hue angle of 143.08º 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 #60876F is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB96135111-
CMYK0.2900.180.47
HSL143.08º16.88%45.29%-
HSV(B)143.08º28.89%52.94%-
XYZ16.3620.9618.22-
YUV120.6122.58110.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=28.07%
G=39.47%
B=32.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351110.2900.180.47143.0816.8845.29
Hex60876F1D0122F8f112d
Octal14020715735022572172155
Binary1100000100001111101111111010100101011111000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60876F; }

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

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

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

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

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

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

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

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