#7FA88A

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

Shades of Bay Leaf #7FA88A

Tints of Bay Leaf #7FA88A

Color information

#7FA88A (or 0x7FA88A) is unknown color: approx Bay Leaf. HEX triplet: 7F, A8 and 8A. RGB value is (127,168,138). Sum of RGB (Red+Green+Blue) = 127+168+138=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA88A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA88A is #805775. Grayscale: #989898. Windows color (decimal): -8410998 or 9087103. OLE color: 9087103.

HSL color Cylindrical-coordinate representation of color #7FA88A: hue angle of 136.1º 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 #7FA88A is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB127168138-
CMYK0.2400.180.34
HSL136.1º19.07%57.84%-
HSV(B)136.1º24.4%65.88%-
XYZ27.3434.3529.23-
YUV152.32119.92109.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=29.33%
G=38.80%
B=31.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681380.2400.180.34136.119.0757.84
Hex7FA88A180122288133a
Octal17725021230022422102372
Binary11111111010100010001010110000100101000101000100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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