#87AF92

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

Shades of Bay Leaf #87AF92

Tints of Bay Leaf #87AF92

Color information

#87AF92 (or 0x87AF92) is unknown color: approx Bay Leaf. HEX triplet: 87, AF and 92. RGB value is (135,175,146). Sum of RGB (Red+Green+Blue) = 135+175+146=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AF92 is #78506D. Grayscale: #9F9F9F. Windows color (decimal): -7884910 or 9613191. OLE color: 9613191.

HSL color Cylindrical-coordinate representation of color #87AF92: hue angle of 136.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87AF92 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB135175146-
CMYK0.2300.170.31
HSL136.5º20%60.78%-
HSV(B)136.5º22.86%68.63%-
XYZ30.5137.8932.9-
YUV159.73120.25110.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=29.61%
G=38.38%
B=32.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751460.2300.170.31136.52060.78
Hex87AF92170111F88143d
Octal20725722227021372102475
Binary10000111101011111001001010111010001111111000100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AF92; }

 p { color: rgb(135,175,146); }

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

<style>
 a { background-color: #87AF92; }

 a { background-color: rgb(135,175,146); }

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

<style>
 span { border-color: #87AF92; }

 span { border-color: rgb(135,175,146); }

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