#7FBE8B

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

Shades of Bay Leaf #7FBE8B

Tints of Bay Leaf #7FBE8B

Color information

#7FBE8B (or 0x7FBE8B) is unknown color: approx Bay Leaf. HEX triplet: 7F, BE and 8B. RGB value is (127,190,139). Sum of RGB (Red+Green+Blue) = 127+190+139=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE8B is #804174. Grayscale: #A5A5A5. Windows color (decimal): -8405365 or 9158271. OLE color: 9158271.

HSL color Cylindrical-coordinate representation of color #7FBE8B: hue angle of 131.43º 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 #7FBE8B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB127190139-
CMYK0.3300.270.25
HSL131.43º32.64%62.16%-
HSV(B)131.43º33.16%74.51%-
XYZ31.8343.231.09-
YUV165.35113.13100.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=27.85%
G=41.67%
B=30.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901390.3300.270.25131.4332.6462.16
Hex7FBE8B2101B1983213e
Octal17727621341033312034176
Binary111111110111110100010111000010110111100110000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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