#7FBF91

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

Shades of Bay Leaf #7FBF91

Tints of Bay Leaf #7FBF91

Color information

#7FBF91 (or 0x7FBF91) is unknown color: approx Bay Leaf. HEX triplet: 7F, BF and 91. RGB value is (127,191,145). Sum of RGB (Red+Green+Blue) = 127+191+145=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBF91 is #80406E. Grayscale: #A6A6A6. Windows color (decimal): -8405103 or 9551743. OLE color: 9551743.

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

Color convert

RGB127191145-
CMYK0.3400.240.25
HSL136.88º33.33%62.35%-
HSV(B)136.88º33.51%74.9%-
XYZ32.4943.8233.53-
YUV166.62115.899.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.43%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=27.43%
G=41.25%
B=31.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911450.3400.240.25136.8833.3362.35
Hex7FBF91220181989213e
Octal17727722142030312114176
Binary111111110111111100100011000100110001100110001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,191,145); }

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

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

 a { background-color: rgb(127,191,145); }

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

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

 span { border-color: rgb(127,191,145); }

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