Html Css Color HEX #72A686 Bay Leaf

📋 copy color: '#72A686'

red 114 ◦ green 166 ◦ blue 134

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

Shades of Bay Leaf #72A686

Tints of Bay Leaf #72A686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

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

R = 27.54%
G = 40.1%
B = 32.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#72A686 (or 0x72A686) is known color: Bay Leaf. HEX triplet: 72, A6 and 86. RGB value is (114,166,134). Sum of RGB (Red+Green+Blue) = 114+166+134=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #72A686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A686 is #8D5979. Grayscale: #929292. Windows color (decimal): -9263482 or 8824434. OLE color: 8824434.

HSL color Cylindrical-coordinate representation of color #72A686: hue angle of 143.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A686 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 166 134 -
CMYK 0.31 0 0.19 0.35
HSL 143.08º 0.23% 0.55% -
HSV(B) 143.08º 0.31% 0.65% -
XYZ 24.88 32.57 27.53 -
YUV 146.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 114 166 134 0.31 0 0.19 0.35 143.08 0.23 0.55
Hex 72 A6 86 1F 0 13 23 8F 17 37
Octal 162 246 206 37 0 23 43 217 27 67
Binary 1110010 10100110 10000110 11111 0 10011 100011 10001111 10111 110111

Color Harmonies of #72A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A686

Black with #72A686

Text Example


Text Example

White with #72A686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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