#7C9F87

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

Shades of Bay Leaf #7C9F87

Tints of Bay Leaf #7C9F87

Color information

#7C9F87 (or 0x7C9F87) is unknown color: approx Bay Leaf. HEX triplet: 7C, 9F and 87. RGB value is (124,159,135). Sum of RGB (Red+Green+Blue) = 124+159+135=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9F87 is #836078. Grayscale: #919191. Windows color (decimal): -8609913 or 8888188. OLE color: 8888188.

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

Color convert

RGB124159135-
CMYK0.2200.150.38
HSL138.86º15.42%55.49%-
HSV(B)138.86º22.01%62.35%-
XYZ25.0830.8327.55-
YUV145.8121.9112.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=29.67%
G=38.04%
B=32.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591350.2200.150.38138.8615.4255.49
Hex7C9F87160F268bf37
Octal17423720726017462131767
Binary111110010011111100001111011001111100110100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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