#7BBF8B

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

Shades of Bay Leaf #7BBF8B

Tints of Bay Leaf #7BBF8B

Color information

#7BBF8B (or 0x7BBF8B) is unknown color: approx Bay Leaf. HEX triplet: 7B, BF and 8B. RGB value is (123,191,139). Sum of RGB (Red+Green+Blue) = 123+191+139=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF8B is #844074. Grayscale: #A4A4A4. Windows color (decimal): -8667253 or 9158523. OLE color: 9158523.

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

Color convert

RGB123191139-
CMYK0.3600.270.25
HSL134.12º34.69%61.57%-
HSV(B)134.12º35.6%74.9%-
XYZ31.4643.3431.13-
YUV164.74113.4798.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.15%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=27.15%
G=42.16%
B=30.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911390.3600.270.25134.1234.6961.57
Hex7BBF8B2401B1986233e
Octal17327721344033312064376
Binary111101110111111100010111001000110111100110000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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