#7F9D8C

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

Shades of Bay Leaf #7F9D8C

Tints of Bay Leaf #7F9D8C

Color information

#7F9D8C (or 0x7F9D8C) is unknown color: approx Bay Leaf. HEX triplet: 7F, 9D and 8C. RGB value is (127,157,140). Sum of RGB (Red+Green+Blue) = 127+157+140=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D8C is #806273. Grayscale: #929292. Windows color (decimal): -8413812 or 9215359. OLE color: 9215359.

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

Color convert

RGB127157140-
CMYK0.1900.110.38
HSL146º13.27%55.69%-
HSV(B)146º19.11%61.57%-
XYZ25.5430.5229.36-
YUV146.09124.56114.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=29.95%
G=37.03%
B=33.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271571400.1900.110.3814613.2755.69
Hex7F9D8C130B2692d38
Octal17723521423013462221570
Binary111111110011101100011001001101011100110100100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,157,140); }

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

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

 a { background-color: rgb(127,157,140); }

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

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

 span { border-color: rgb(127,157,140); }

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