#7C9F86

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

Shades of Bay Leaf #7C9F86

Tints of Bay Leaf #7C9F86

Color information

#7C9F86 (or 0x7C9F86) is unknown color: approx Bay Leaf. HEX triplet: 7C, 9F and 86. RGB value is (124,159,134). Sum of RGB (Red+Green+Blue) = 124+159+134=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9F86 is #836079. Grayscale: #919191. Windows color (decimal): -8609914 or 8822652. OLE color: 8822652.

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

Color convert

RGB124159134-
CMYK0.2200.160.38
HSL137.14º15.42%55.49%-
HSV(B)137.14º22.01%62.35%-
XYZ25.0130.827.18-
YUV145.68121.4112.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=29.74%
G=38.13%
B=32.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591340.2200.160.38137.1415.4255.49
Hex7C9F86160102689f37
Octal17423720626020462111767
Binary1111100100111111000011010110010000100110100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,159,134); }

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

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

 a { background-color: rgb(124,159,134); }

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

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

 span { border-color: rgb(124,159,134); }

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