Html Css Color HEX #72B983 Bay Leaf

📋 copy color: '#72B983'

red 114 ◦ green 185 ◦ blue 131

#72B983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #72B983

Tints of Bay Leaf #72B983

RGB

 RED value IS 114 (44.92% from 255) = 26.51%

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 26.51%
G = 43.02%
B = 30.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#72B983 (or 0x72B983) is known color: Bay Leaf. HEX triplet: 72, B9 and 83. RGB value is (114,185,131). Sum of RGB (Red+Green+Blue) = 114+185+131=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #72B983 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B983 is #8D467C. Grayscale: #9D9D9D. Windows color (decimal): -9258621 or 8632690. OLE color: 8632690.

HSL color Cylindrical-coordinate representation of color #72B983: hue angle of 134.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B983 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 131 -
CMYK 0.38 0 0.29 0.27
HSL 134.37º 0.34% 0.59% -
HSV(B) 134.37º 0.38% 0.73% -
XYZ 28.39 39.91 27.68 -
YUV 157.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 114 185 131 0.38 0 0.29 0.27 134.37 0.34 0.59
Hex 72 B9 83 26 0 1D 1B 86 22 3B
Octal 162 271 203 46 0 35 33 206 42 73
Binary 1110010 10111001 10000011 100110 0 11101 11011 10000110 100010 111011

Color Harmonies of #72B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B983

Black with #72B983

Text Example


Text Example

White with #72B983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72B983;
 }
 .AnyTagClassName
 {
   color: #72B983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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