#7FA68F

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

Shades of Bay Leaf #7FA68F

Tints of Bay Leaf #7FA68F

Color information

#7FA68F (or 0x7FA68F) is unknown color: approx Bay Leaf. HEX triplet: 7F, A6 and 8F. RGB value is (127,166,143). Sum of RGB (Red+Green+Blue) = 127+166+143=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA68F is #805970. Grayscale: #979797. Windows color (decimal): -8411505 or 9414271. OLE color: 9414271.

HSL color Cylindrical-coordinate representation of color #7FA68F: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA68F is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB127166143-
CMYK0.2300.140.35
HSL144.62º17.97%57.45%-
HSV(B)144.62º23.49%65.1%-
XYZ27.3533.7731.06-
YUV151.72123.08110.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=29.13%
G=38.07%
B=32.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661430.2300.140.35144.6217.9757.45
Hex7FA68F170E23911239
Octal17724621727016432212271
Binary1111111101001101000111110111011101000111001000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,143); }

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

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

 a { background-color: rgb(127,166,143); }

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

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

 span { border-color: rgb(127,166,143); }

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