#83B78F

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

Shades of Bay Leaf #83B78F

Tints of Bay Leaf #83B78F

Color information

#83B78F (or 0x83B78F) is unknown color: approx Bay Leaf. HEX triplet: 83, B7 and 8F. RGB value is (131,183,143). Sum of RGB (Red+Green+Blue) = 131+183+143=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #83B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B78F is #7C4870. Grayscale: #A2A2A2. Windows color (decimal): -8145009 or 9418627. OLE color: 9418627.

HSL color Cylindrical-coordinate representation of color #83B78F: hue angle of 133.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B78F is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB131183143-
CMYK0.2800.220.28
HSL133.85º26.53%61.57%-
HSV(B)133.85º28.42%71.76%-
XYZ31.2540.6832.19-
YUV162.89116.77105.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=28.67%
G=40.04%
B=31.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311831430.2800.220.28133.8526.5361.57
Hex83B78F1C0161C861b3e
Octal20326721734026342063376
Binary10000011101101111000111111100010110111001000011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B78F; }

 p { color: rgb(131,183,143); }

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

<style>
 a { background-color: #83B78F; }

 a { background-color: rgb(131,183,143); }

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

<style>
 span { border-color: #83B78F; }

 span { border-color: rgb(131,183,143); }

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