#7BAD83

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

Shades of Bay Leaf #7BAD83

Tints of Bay Leaf #7BAD83

Color information

#7BAD83 (or 0x7BAD83) is unknown color: approx Bay Leaf. HEX triplet: 7B, AD and 83. RGB value is (123,173,131). Sum of RGB (Red+Green+Blue) = 123+173+131=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD83 is #84527C. Grayscale: #999999. Windows color (decimal): -8671869 or 8629627. OLE color: 8629627.

HSL color Cylindrical-coordinate representation of color #7BAD83: hue angle of 129.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD83 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB123173131-
CMYK0.2900.240.32
HSL129.6º23.36%58.04%-
HSV(B)129.6º28.9%67.84%-
XYZ27.2135.7426.94-
YUV153.26115.44106.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.81%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=28.81%
G=40.52%
B=30.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231731310.2900.240.32129.623.3658.04
Hex7BAD831D0182082173a
Octal17325520335030402022772
Binary11110111010110110000011111010110001000001000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,131); }

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

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

 a { background-color: rgb(123,173,131); }

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

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

 span { border-color: rgb(123,173,131); }

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