#7FB98B

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

Shades of Bay Leaf #7FB98B

Tints of Bay Leaf #7FB98B

Color information

#7FB98B (or 0x7FB98B) is unknown color: approx Bay Leaf. HEX triplet: 7F, B9 and 8B. RGB value is (127,185,139). Sum of RGB (Red+Green+Blue) = 127+185+139=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB98B is #804674. Grayscale: #A2A2A2. Windows color (decimal): -8406645 or 9156991. OLE color: 9156991.

HSL color Cylindrical-coordinate representation of color #7FB98B: hue angle of 132.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB98B is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB127185139-
CMYK0.3100.250.27
HSL132.41º29.29%61.18%-
HSV(B)132.41º31.35%72.55%-
XYZ30.7641.0730.73-
YUV162.41114.78102.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=28.16%
G=41.02%
B=30.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851390.3100.250.27132.4129.2961.18
Hex7FB98B1F0191B841d3d
Octal17727121337031332043575
Binary1111111101110011000101111111011001110111000010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,185,139); }

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

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

 a { background-color: rgb(127,185,139); }

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

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

 span { border-color: rgb(127,185,139); }

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