#7BC690

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

Shades of Bay Leaf #7BC690

Tints of Bay Leaf #7BC690

Color information

#7BC690 (or 0x7BC690) is unknown color: approx Bay Leaf. HEX triplet: 7B, C6 and 90. RGB value is (123,198,144). Sum of RGB (Red+Green+Blue) = 123+198+144=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC690 is #84396F. Grayscale: #A9A9A9. Windows color (decimal): -8665456 or 9487995. OLE color: 9487995.

HSL color Cylindrical-coordinate representation of color #7BC690: hue angle of 136.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC690 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB123198144-
CMYK0.3800.270.22
HSL136.8º39.68%62.94%-
HSV(B)136.8º37.88%77.65%-
XYZ33.446.6133.62-
YUV169.42113.6594.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=26.45%
G=42.58%
B=30.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981440.3800.270.22136.839.6862.94
Hex7BC6902601B1689283f
Octal17330622046033262115077
Binary111101111000110100100001001100110111011010001001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,198,144); }

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

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

 a { background-color: rgb(123,198,144); }

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

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

 span { border-color: rgb(123,198,144); }

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