#85B78E

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

Shades of Bay Leaf #85B78E

Tints of Bay Leaf #85B78E

Color information

#85B78E (or 0x85B78E) is unknown color: approx Bay Leaf. HEX triplet: 85, B7 and 8E. RGB value is (133,183,142). Sum of RGB (Red+Green+Blue) = 133+183+142=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #85B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B78E is #7A4871. Grayscale: #A3A3A3. Windows color (decimal): -8013938 or 9353093. OLE color: 9353093.

HSL color Cylindrical-coordinate representation of color #85B78E: hue angle of 130.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B78E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB133183142-
CMYK0.2700.220.28
HSL130.8º25.77%61.96%-
HSV(B)130.8º27.32%71.76%-
XYZ31.4940.8131.81-
YUV163.38115.94106.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=29.04%
G=39.96%
B=31.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331831420.2700.220.28130.825.7761.96
Hex85B78E1B0161C831a3e
Octal20526721633026342033276
Binary10000101101101111000111011011010110111001000001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B78E; }

 p { color: rgb(133,183,142); }

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

<style>
 a { background-color: #85B78E; }

 a { background-color: rgb(133,183,142); }

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

<style>
 span { border-color: #85B78E; }

 span { border-color: rgb(133,183,142); }

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