#7BB785

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

Shades of Bay Leaf #7BB785

Tints of Bay Leaf #7BB785

Color information

#7BB785 (or 0x7BB785) is unknown color: approx Bay Leaf. HEX triplet: 7B, B7 and 85. RGB value is (123,183,133). Sum of RGB (Red+Green+Blue) = 123+183+133=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB785 is #84487A. Grayscale: #9F9F9F. Windows color (decimal): -8669307 or 8763259. OLE color: 8763259.

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

Color convert

RGB123183133-
CMYK0.3300.270.28
HSL130º29.41%60%-
HSV(B)130º32.79%71.76%-
XYZ29.3439.7728.32-
YUV159.36113.12102.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=28.02%
G=41.69%
B=30.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231831330.3300.270.2813029.4160
Hex7BB7852101B1C821d3c
Octal17326720541033342023574
Binary11110111011011110000101100001011011111001000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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