#7BC38E

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

Shades of Bay Leaf #7BC38E

Tints of Bay Leaf #7BC38E

Color information

#7BC38E (or 0x7BC38E) is unknown color: approx Bay Leaf. HEX triplet: 7B, C3 and 8E. RGB value is (123,195,142). Sum of RGB (Red+Green+Blue) = 123+195+142=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC38E is #843C71. Grayscale: #A7A7A7. Windows color (decimal): -8666226 or 9356155. OLE color: 9356155.

HSL color Cylindrical-coordinate representation of color #7BC38E: hue angle of 135.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC38E is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB123195142-
CMYK0.3700.270.24
HSL135.83º37.5%62.35%-
HSV(B)135.83º36.92%76.47%-
XYZ32.5745.1932.6-
YUV167.43113.6596.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=26.74%
G=42.39%
B=30.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951420.3700.270.24135.8337.562.35
Hex7BC38E2501B1888263e
Octal17330321645033302104676
Binary111101111000011100011101001010110111100010001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,142); }

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

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

 a { background-color: rgb(123,195,142); }

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

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

 span { border-color: rgb(123,195,142); }

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