Html Css Color HEX #72BA86 Bay Leaf

📋 copy color: '#72BA86'

red 114 ◦ green 186 ◦ blue 134

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

Shades of Bay Leaf #72BA86

Tints of Bay Leaf #72BA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 26.27%
G = 42.86%
B = 30.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#72BA86 (or 0x72BA86) is known color: Bay Leaf. HEX triplet: 72, BA and 86. RGB value is (114,186,134). Sum of RGB (Red+Green+Blue) = 114+186+134=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA86 is #8D4579. Grayscale: #9E9E9E. Windows color (decimal): -9258362 or 8829554. OLE color: 8829554.

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

Color convert

RGB 114 186 134 -
CMYK 0.39 0 0.28 0.27
HSL 136.67º 0.34% 0.59% -
HSV(B) 136.67º 0.39% 0.73% -
XYZ 28.8 40.42 28.84 -
YUV 158.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 114 186 134 0.39 0 0.28 0.27 136.67 0.34 0.59
Hex 72 BA 86 27 0 1C 1B 89 22 3B
Octal 162 272 206 47 0 34 33 211 42 73
Binary 1110010 10111010 10000110 100111 0 11100 11011 10001001 100010 111011

Color Harmonies of #72BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA86

Black with #72BA86

Text Example


Text Example

White with #72BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,134); }

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

background-color css

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

 a { background-color: rgb(114,186,134); }

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

border-color css

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

 span { border-color: rgb(114,186,134); }

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