#7C9F89

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

Shades of Bay Leaf #7C9F89

Tints of Bay Leaf #7C9F89

Color information

#7C9F89 (or 0x7C9F89) is unknown color: approx Bay Leaf. HEX triplet: 7C, 9F and 89. RGB value is (124,159,137). Sum of RGB (Red+Green+Blue) = 124+159+137=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9F89 is #836076. Grayscale: #929292. Windows color (decimal): -8609911 or 9019260. OLE color: 9019260.

HSL color Cylindrical-coordinate representation of color #7C9F89: hue angle of 142.29º 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 #7C9F89 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB124159137-
CMYK0.2200.140.38
HSL142.29º15.42%55.49%-
HSV(B)142.29º22.01%62.35%-
XYZ25.2330.8928.3-
YUV146.03122.9112.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.52%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=29.52%
G=37.86%
B=32.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591370.2200.140.38142.2915.4255.49
Hex7C9F89160E268ef37
Octal17423721126016462161767
Binary111110010011111100010011011001110100110100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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