#5F876B

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

Shades of Sirocco #5F876B

Tints of Sirocco #5F876B

Color information

#5F876B (or 0x5F876B) is unknown color: approx Sirocco. HEX triplet: 5F, 87 and 6B. RGB value is (95,135,107). Sum of RGB (Red+Green+Blue) = 95+135+107=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #5F876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F876B is #A07894. Grayscale: #777777. Windows color (decimal): -10516629 or 7047007. OLE color: 7047007.

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

Color convert

RGB95135107-
CMYK0.3000.210.47
HSL138º17.39%45.1%-
HSV(B)138º29.63%52.94%-
XYZ16.0420.8217.08-
YUV119.85120.75110.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=28.19%
G=40.06%
B=31.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951351070.3000.210.4713817.3945.1
Hex5F876B1E0152F8a112d
Octal13720715336025572122155
Binary1011111100001111101011111100101011011111000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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