#7BC48D

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

Shades of Bay Leaf #7BC48D

Tints of Bay Leaf #7BC48D

Color information

#7BC48D (or 0x7BC48D) is unknown color: approx Bay Leaf. HEX triplet: 7B, C4 and 8D. RGB value is (123,196,141). Sum of RGB (Red+Green+Blue) = 123+196+141=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC48D is #843B72. Grayscale: #A8A8A8. Windows color (decimal): -8665971 or 9290875. OLE color: 9290875.

HSL color Cylindrical-coordinate representation of color #7BC48D: hue angle of 134.79º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC48D is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB123196141-
CMYK0.3700.280.23
HSL134.79º38.22%62.55%-
HSV(B)134.79º37.24%76.86%-
XYZ32.7245.6132.28-
YUV167.9112.8295.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=26.74%
G=42.61%
B=30.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1231961410.3700.280.23134.7938.2262.55
Hex7BC48D2501C1787263f
Octal17330421545034272074677
Binary111101111000100100011011001010111001011110000111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,196,141); }

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

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

 a { background-color: rgb(123,196,141); }

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

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

 span { border-color: rgb(123,196,141); }

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