#72ad83

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

Shades of Bay Leaf #72AD83

Tints of Bay Leaf #72AD83

Color information

#72AD83 (or 0x72AD83) is unknown color: approx Bay Leaf. HEX triplet: 72, AD and 83. RGB value is (114,173,131). Sum of RGB (Red+Green+Blue) = 114+173+131=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD83 is #8D527C. Grayscale: #969696. Windows color (decimal): -9261693 or 8629618. OLE color: 8629618.

HSL color Cylindrical-coordinate representation of color #72AD83: hue angle of 137.29º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD83 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB114173131-
CMYK0.3400.240.32
HSL137.29º26.46%56.27%-
HSV(B)137.29º34.1%67.84%-
XYZ25.9835.126.88-
YUV150.57116.95101.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 173 (67.97% from 255) = 41.39%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=27.27%
G=41.39%
B=31.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731310.3400.240.32137.2926.4656.27
Hex72AD832201820891a38
Octal16225520342030402113270
Binary111001010101101100000111000100110001000001000100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ad83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72ad83; }

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

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

<style>
 a { background-color: #72ad83; }

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

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

<style>
 span { border-color: #72ad83; }

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

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