#5F856F

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

Shades of Sirocco #5F856F

Tints of Sirocco #5F856F

Color information

#5F856F (or 0x5F856F) is unknown color: approx Sirocco. HEX triplet: 5F, 85 and 6F. RGB value is (95,133,111). Sum of RGB (Red+Green+Blue) = 95+133+111=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #5F856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F856F is #A07A90. Grayscale: #777777. Windows color (decimal): -10517137 or 7308639. OLE color: 7308639.

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

Color convert

RGB95133111-
CMYK0.2900.170.48
HSL145.26º16.67%44.71%-
HSV(B)145.26º28.57%52.16%-
XYZ15.9820.3618.13-
YUV119.13123.41110.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=28.02%
G=39.23%
B=32.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331110.2900.170.48145.2616.6744.71
Hex5F856F1D0113091112d
Octal13720515735021602212155
Binary1011111100001011101111111010100011100001001000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,111); }

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

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

 a { background-color: rgb(95,133,111); }

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

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

 span { border-color: rgb(95,133,111); }

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