#7FB18E

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

Shades of Bay Leaf #7FB18E

Tints of Bay Leaf #7FB18E

Color information

#7FB18E (or 0x7FB18E) is unknown color: approx Bay Leaf. HEX triplet: 7F, B1 and 8E. RGB value is (127,177,142). Sum of RGB (Red+Green+Blue) = 127+177+142=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB18E is #804E71. Grayscale: #9E9E9E. Windows color (decimal): -8408690 or 9351551. OLE color: 9351551.

HSL color Cylindrical-coordinate representation of color #7FB18E: hue angle of 138º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB18E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB127177142-
CMYK0.2800.200.31
HSL138º24.27%59.61%-
HSV(B)138º28.25%69.41%-
XYZ29.3637.9131.36-
YUV158.06118.94105.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=28.48%
G=39.69%
B=31.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771420.2800.200.3113824.2759.61
Hex7FB18E1C0141F8a183c
Octal17726121634024372123074
Binary1111111101100011000111011100010100111111000101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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