#7F9F89

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

Shades of Bay Leaf #7F9F89

Tints of Bay Leaf #7F9F89

Color information

#7F9F89 (or 0x7F9F89) is unknown color: approx Bay Leaf. HEX triplet: 7F, 9F and 89. RGB value is (127,159,137). Sum of RGB (Red+Green+Blue) = 127+159+137=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9F89 is #806076. Grayscale: #929292. Windows color (decimal): -8413303 or 9019263. OLE color: 9019263.

HSL color Cylindrical-coordinate representation of color #7F9F89: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9F89 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB127159137-
CMYK0.2000.140.38
HSL138.75º14.29%56.08%-
HSV(B)138.75º20.13%62.35%-
XYZ25.6731.1128.32-
YUV146.92122.4113.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=30.02%
G=37.59%
B=32.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271591370.2000.140.38138.7514.2956.08
Hex7F9F89140E268be38
Octal17723721124016462131670
Binary111111110011111100010011010001110100110100010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,137); }

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

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

 a { background-color: rgb(127,159,137); }

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

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

 span { border-color: rgb(127,159,137); }

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