#7BB78E

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

Shades of Bay Leaf #7BB78E

Tints of Bay Leaf #7BB78E

Color information

#7BB78E (or 0x7BB78E) is unknown color: approx Bay Leaf. HEX triplet: 7B, B7 and 8E. RGB value is (123,183,142). Sum of RGB (Red+Green+Blue) = 123+183+142=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB78E is #844871. Grayscale: #A0A0A0. Windows color (decimal): -8669298 or 9353083. OLE color: 9353083.

HSL color Cylindrical-coordinate representation of color #7BB78E: hue angle of 139º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BB78E is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB123183142-
CMYK0.3300.220.28
HSL139º29.41%60%-
HSV(B)139º32.79%71.76%-
XYZ29.9840.0331.74-
YUV160.39117.62101.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.46%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=27.46%
G=40.85%
B=31.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231831420.3300.220.2813929.4160
Hex7BB78E210161C8b1d3c
Octal17326721641026342133574
Binary11110111011011110001110100001010110111001000101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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