#7fbe8f

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

Shades of Bay Leaf #7FBE8F

Tints of Bay Leaf #7FBE8F

Color information

#7FBE8F (or 0x7FBE8F) is unknown color: approx Bay Leaf. HEX triplet: 7F, BE and 8F. RGB value is (127,190,143). Sum of RGB (Red+Green+Blue) = 127+190+143=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE8F is #804170. Grayscale: #A5A5A5. Windows color (decimal): -8405361 or 9420415. OLE color: 9420415.

HSL color Cylindrical-coordinate representation of color #7FBE8F: hue angle of 135.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBE8F is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB127190143-
CMYK0.3300.250.25
HSL135.24º32.64%62.16%-
HSV(B)135.24º33.16%74.51%-
XYZ32.1243.3232.66-
YUV165.8115.13100.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=27.61%
G=41.30%
B=31.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901430.3300.250.25135.2432.6462.16
Hex7FBE8F210191987213e
Octal17727621741031312074176
Binary111111110111110100011111000010110011100110000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbe8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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