#5F8B6F

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

Shades of Sirocco #5F8B6F

Tints of Sirocco #5F8B6F

Color information

#5F8B6F (or 0x5F8B6F) is unknown color: approx Sirocco. HEX triplet: 5F, 8B and 6F. RGB value is (95,139,111). Sum of RGB (Red+Green+Blue) = 95+139+111=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8B6F is #A07490. Grayscale: #7A7A7A. Windows color (decimal): -10515601 or 7310175. OLE color: 7310175.

HSL color Cylindrical-coordinate representation of color #5F8B6F: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8B6F is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB95139111-
CMYK0.3200.200.45
HSL141.82º18.8%45.88%-
HSV(B)141.82º31.65%54.51%-
XYZ16.8222.0518.41-
YUV122.65121.42108.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.54%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=27.54%
G=40.29%
B=32.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951391110.3200.200.45141.8218.845.88
Hex5F8B6F200142D8e132e
Octal13721315740024552162356
Binary10111111000101111011111000000101001011011000111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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