#7FA88D

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

Shades of Bay Leaf #7FA88D

Tints of Bay Leaf #7FA88D

Color information

#7FA88D (or 0x7FA88D) is unknown color: approx Bay Leaf. HEX triplet: 7F, A8 and 8D. RGB value is (127,168,141). Sum of RGB (Red+Green+Blue) = 127+168+141=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA88D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA88D is #805772. Grayscale: #989898. Windows color (decimal): -8410995 or 9283711. OLE color: 9283711.

HSL color Cylindrical-coordinate representation of color #7FA88D: hue angle of 140.49º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA88D is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB127168141-
CMYK0.2400.160.34
HSL140.49º19.07%57.84%-
HSV(B)140.49º24.4%65.88%-
XYZ27.5634.4430.39-
YUV152.66121.42109.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=29.13%
G=38.53%
B=32.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681410.2400.160.34140.4919.0757.84
Hex7FA88D18010228c133a
Octal17725021530020422142372
Binary11111111010100010001101110000100001000101000110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,141); }

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

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

 a { background-color: rgb(127,168,141); }

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

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

 span { border-color: rgb(127,168,141); }

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