#859F8F

Color #859F8F Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #859F8F

Tints of Bay Leaf #859F8F

Color information

#859F8F (or 0x859F8F) is unknown color: approx Bay Leaf. HEX triplet: 85, 9F and 8F. RGB value is (133,159,143). Sum of RGB (Red+Green+Blue) = 133+159+143=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #859F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F8F is #7A6070. Grayscale: #959595. Windows color (decimal): -8020081 or 9412485. OLE color: 9412485.

HSL color Cylindrical-coordinate representation of color #859F8F: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F8F is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB133159143-
CMYK0.1600.100.38
HSL143.08º11.93%57.25%-
HSV(B)143.08º16.35%62.35%-
XYZ27.0331.7730.69-
YUV149.4124.39116.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=30.57%
G=36.55%
B=32.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331591430.1600.100.38143.0811.9357.25
Hex859F8F100A268fc39
Octal20523721720012462171471
Binary1000010110011111100011111000001010100110100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859F8F; }

 p { color: rgb(133,159,143); }

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

<style>
 a { background-color: #859F8F; }

 a { background-color: rgb(133,159,143); }

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

<style>
 span { border-color: #859F8F; }

 span { border-color: rgb(133,159,143); }

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