#7BBF91

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

Shades of Bay Leaf #7BBF91

Tints of Bay Leaf #7BBF91

Color information

#7BBF91 (or 0x7BBF91) is unknown color: approx Bay Leaf. HEX triplet: 7B, BF and 91. RGB value is (123,191,145). Sum of RGB (Red+Green+Blue) = 123+191+145=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF91 is #84406E. Grayscale: #A5A5A5. Windows color (decimal): -8667247 or 9551739. OLE color: 9551739.

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

Color convert

RGB123191145-
CMYK0.3600.240.25
HSL139.41º34.69%61.57%-
HSV(B)139.41º35.6%74.9%-
XYZ31.9143.5233.51-
YUV165.42116.4797.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=26.80%
G=41.61%
B=31.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911450.3600.240.25139.4134.6961.57
Hex7BBF9124018198b233e
Octal17327722144030312134376
Binary111101110111111100100011001000110001100110001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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