Html Css Color HEX #72A386 Bay Leaf

📋 copy color: '#72A386'

red 114 ◦ green 163 ◦ blue 134

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

Shades of Bay Leaf #72A386

Tints of Bay Leaf #72A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 27.74%
G = 39.66%
B = 32.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#72A386 (or 0x72A386) is known color: Bay Leaf. HEX triplet: 72, A3 and 86. RGB value is (114,163,134). Sum of RGB (Red+Green+Blue) = 114+163+134=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #72A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A386 is #8D5C79. Grayscale: #919191. Windows color (decimal): -9264250 or 8823666. OLE color: 8823666.

HSL color Cylindrical-coordinate representation of color #72A386: hue angle of 144.49º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A386 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 163 134 -
CMYK 0.30 0 0.18 0.36
HSL 144.49º 0.21% 0.54% -
HSV(B) 144.49º 0.3% 0.64% -
XYZ 24.34 31.49 27.35 -
YUV 145.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 114 163 134 0.30 0 0.18 0.36 144.49 0.21 0.54
Hex 72 A3 86 1E 0 12 24 90 15 36
Octal 162 243 206 36 0 22 44 220 25 66
Binary 1110010 10100011 10000110 11110 0 10010 100100 10010000 10101 110110

Color Harmonies of #72A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A386

Black with #72A386

Text Example


Text Example

White with #72A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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