#7A9F87

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

Shades of Bay Leaf #7A9F87

Tints of Bay Leaf #7A9F87

Color information

#7A9F87 (or 0x7A9F87) is unknown color: approx Bay Leaf. HEX triplet: 7A, 9F and 87. RGB value is (122,159,135). Sum of RGB (Red+Green+Blue) = 122+159+135=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F87 is #856078. Grayscale: #919191. Windows color (decimal): -8740985 or 8888186. OLE color: 8888186.

HSL color Cylindrical-coordinate representation of color #7A9F87: hue angle of 141.08º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F87 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB122159135-
CMYK0.2300.150.38
HSL141.08º16.16%55.1%-
HSV(B)141.08º23.27%62.35%-
XYZ24.830.6827.54-
YUV145.2122.24111.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=29.33%
G=38.22%
B=32.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221591350.2300.150.38141.0816.1655.1
Hex7A9F87170F268d1037
Octal17223720727017462152067
Binary1111010100111111000011110111011111001101000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9F87; }

 p { color: rgb(122,159,135); }

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

<style>
 a { background-color: #7A9F87; }

 a { background-color: rgb(122,159,135); }

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

<style>
 span { border-color: #7A9F87; }

 span { border-color: rgb(122,159,135); }

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