Html Css Color HEX #72BD86 Bay Leaf

📋 copy color: '#72BD86'

red 114 ◦ green 189 ◦ blue 134

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

Shades of Bay Leaf #72BD86

Tints of Bay Leaf #72BD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

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

R = 26.09%
G = 43.25%
B = 30.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#72BD86 (or 0x72BD86) is known color: Bay Leaf. HEX triplet: 72, BD and 86. RGB value is (114,189,134). Sum of RGB (Red+Green+Blue) = 114+189+134=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD86 is #8D4279. Grayscale: #A0A0A0. Windows color (decimal): -9257594 or 8830322. OLE color: 8830322.

HSL color Cylindrical-coordinate representation of color #72BD86: hue angle of 136º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD86 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 134 -
CMYK 0.40 0 0.29 0.26
HSL 136º 0.36% 0.59% -
HSV(B) 136º 0.4% 0.74% -
XYZ 29.44 41.69 29.05 -
YUV 160.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 114 189 134 0.40 0 0.29 0.26 136 0.36 0.59
Hex 72 BD 86 28 0 1D 1A 88 24 3B
Octal 162 275 206 50 0 35 32 210 44 73
Binary 1110010 10111101 10000110 101000 0 11101 11010 10001000 100100 111011

Color Harmonies of #72BD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD86

Black with #72BD86

Text Example


Text Example

White with #72BD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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