#5F876E

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

Shades of Sirocco #5F876E

Tints of Sirocco #5F876E

Color information

#5F876E (or 0x5F876E) is unknown color: approx Sirocco. HEX triplet: 5F, 87 and 6E. RGB value is (95,135,110). Sum of RGB (Red+Green+Blue) = 95+135+110=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #5F876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F876E is #A07891. Grayscale: #787878. Windows color (decimal): -10516626 or 7243615. OLE color: 7243615.

HSL color Cylindrical-coordinate representation of color #5F876E: hue angle of 142.5º 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 #5F876E is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB95135110-
CMYK0.3000.190.47
HSL142.5º17.39%45.1%-
HSV(B)142.5º29.63%52.94%-
XYZ16.220.8917.93-
YUV120.19122.25110.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=27.94%
G=39.71%
B=32.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951351100.3000.190.47142.517.3945.1
Hex5F876E1E0132F8e112d
Octal13720715636023572162155
Binary1011111100001111101110111100100111011111000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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