Html Css Color HEX #72A886 Bay Leaf

📋 copy color: '#72A886'

red 114 ◦ green 168 ◦ blue 134

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

Shades of Bay Leaf #72A886

Tints of Bay Leaf #72A886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 27.4%
G = 40.38%
B = 32.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#72A886 (or 0x72A886) is known color: Bay Leaf. HEX triplet: 72, A8 and 86. RGB value is (114,168,134). Sum of RGB (Red+Green+Blue) = 114+168+134=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #72A886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A886 is #8D5779. Grayscale: #949494. Windows color (decimal): -9262970 or 8824946. OLE color: 8824946.

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

Color convert

RGB 114 168 134 -
CMYK 0.32 0 0.20 0.34
HSL 142.22º 0.24% 0.55% -
HSV(B) 142.22º 0.32% 0.66% -
XYZ 25.25 33.3 27.65 -
YUV 147.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 114 168 134 0.32 0 0.20 0.34 142.22 0.24 0.55
Hex 72 A8 86 20 0 14 22 8E 18 37
Octal 162 250 206 40 0 24 42 216 30 67
Binary 1110010 10101000 10000110 100000 0 10100 100010 10001110 11000 110111

Color Harmonies of #72A886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A886

Black with #72A886

Text Example


Text Example

White with #72A886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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