#7BB78A

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

Shades of Bay Leaf #7BB78A

Tints of Bay Leaf #7BB78A

Color information

#7BB78A (or 0x7BB78A) is unknown color: approx Bay Leaf. HEX triplet: 7B, B7 and 8A. RGB value is (123,183,138). Sum of RGB (Red+Green+Blue) = 123+183+138=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB78A is #844875. Grayscale: #A0A0A0. Windows color (decimal): -8669302 or 9090939. OLE color: 9090939.

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

Color convert

RGB123183138-
CMYK0.3300.250.28
HSL135º29.41%60%-
HSV(B)135º32.79%71.76%-
XYZ29.6939.9130.18-
YUV159.93115.62101.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=27.70%
G=41.22%
B=31.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231831380.3300.250.2813529.4160
Hex7BB78A210191C871d3c
Octal17326721241031342073574
Binary11110111011011110001010100001011001111001000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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