#5F8B6E

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

Shades of Sirocco #5F8B6E

Tints of Sirocco #5F8B6E

Color information

#5F8B6E (or 0x5F8B6E) is unknown color: approx Sirocco. HEX triplet: 5F, 8B and 6E. RGB value is (95,139,110). Sum of RGB (Red+Green+Blue) = 95+139+110=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8B6E is #A07491. Grayscale: #7A7A7A. Windows color (decimal): -10515602 or 7244639. OLE color: 7244639.

HSL color Cylindrical-coordinate representation of color #5F8B6E: hue angle of 140.45º 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 #5F8B6E is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB95139110-
CMYK0.3200.210.45
HSL140.45º18.8%45.88%-
HSV(B)140.45º31.65%54.51%-
XYZ16.7722.0218.12-
YUV122.54120.92108.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=27.62%
G=40.41%
B=31.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951391100.3200.210.45140.4518.845.88
Hex5F8B6E200152D8c132e
Octal13721315640025552142356
Binary10111111000101111011101000000101011011011000110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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