#7C9C87

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

Shades of Bay Leaf #7C9C87

Tints of Bay Leaf #7C9C87

Color information

#7C9C87 (or 0x7C9C87) is unknown color: approx Bay Leaf. HEX triplet: 7C, 9C and 87. RGB value is (124,156,135). Sum of RGB (Red+Green+Blue) = 124+156+135=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C87 is #836378. Grayscale: #909090. Windows color (decimal): -8610681 or 8887420. OLE color: 8887420.

HSL color Cylindrical-coordinate representation of color #7C9C87: hue angle of 140.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C87 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB124156135-
CMYK0.2100.130.39
HSL140.62º13.91%54.9%-
HSV(B)140.62º20.51%61.18%-
XYZ24.5729.8127.38-
YUV144.04122.9113.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=29.88%
G=37.59%
B=32.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241561350.2100.130.39140.6213.9154.9
Hex7C9C87150D278de37
Octal17423420725015472151667
Binary111110010011100100001111010101101100111100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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