#7FA78E

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

Shades of Bay Leaf #7FA78E

Tints of Bay Leaf #7FA78E

Color information

#7FA78E (or 0x7FA78E) is unknown color: approx Bay Leaf. HEX triplet: 7F, A7 and 8E. RGB value is (127,167,142). Sum of RGB (Red+Green+Blue) = 127+167+142=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA78E is #805871. Grayscale: #989898. Windows color (decimal): -8411250 or 9348991. OLE color: 9348991.

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

Color convert

RGB127167142-
CMYK0.2400.150.35
HSL142.5º18.52%57.65%-
HSV(B)142.5º23.95%65.49%-
XYZ27.4534.130.73-
YUV152.19122.25110.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=29.13%
G=38.30%
B=32.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271671420.2400.150.35142.518.5257.65
Hex7FA78E180F238e133a
Octal17724721630017432162372
Binary1111111101001111000111011000011111000111000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,167,142); }

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

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

 a { background-color: rgb(127,167,142); }

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

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

 span { border-color: rgb(127,167,142); }

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