#5a876b

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

Shades of Sirocco #5A876B

Tints of Sirocco #5A876B

Color information

#5A876B (or 0x5A876B) is unknown color: approx Sirocco. HEX triplet: 5A, 87 and 6B. RGB value is (90,135,107). Sum of RGB (Red+Green+Blue) = 90+135+107=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876B is #A57894. Grayscale: #767676. Windows color (decimal): -10844309 or 7047002. OLE color: 7047002.

HSL color Cylindrical-coordinate representation of color #5A876B: hue angle of 142.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A876B is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB90135107-
CMYK0.3300.210.47
HSL142.67º20%44.12%-
HSV(B)142.67º33.33%52.94%-
XYZ15.5320.5617.06-
YUV118.35121.59107.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=27.11%
G=40.66%
B=32.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901351070.3300.210.47142.672044.12
Hex5A876B210152F8f142c
Octal13220715341025572172454
Binary10110101000011111010111000010101011011111000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a876b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a876b; }

 p { color: rgb(90,135,107); }

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

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

 a { background-color: rgb(90,135,107); }

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

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

 span { border-color: rgb(90,135,107); }

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