Html Css Color HEX #72B584 Bay Leaf

📋 copy color: '#72B584'

red 114 ◦ green 181 ◦ blue 132

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

Shades of Bay Leaf #72B584

Tints of Bay Leaf #72B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 26.7%
G = 42.39%
B = 30.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#72B584 (or 0x72B584) is known color: Bay Leaf. HEX triplet: 72, B5 and 84. RGB value is (114,181,132). Sum of RGB (Red+Green+Blue) = 114+181+132=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #72B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B584 is #8D4A7B. Grayscale: #9B9B9B. Windows color (decimal): -9259644 or 8697202. OLE color: 8697202.

HSL color Cylindrical-coordinate representation of color #72B584: hue angle of 136.12º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B584 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 132 -
CMYK 0.37 0 0.27 0.29
HSL 136.12º 0.31% 0.58% -
HSV(B) 136.12º 0.37% 0.71% -
XYZ 27.63 38.29 27.76 -
YUV 155.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 114 181 132 0.37 0 0.27 0.29 136.12 0.31 0.58
Hex 72 B5 84 25 0 1B 1D 88 1F 3A
Octal 162 265 204 45 0 33 35 210 37 72
Binary 1110010 10110101 10000100 100101 0 11011 11101 10001000 11111 111010

Color Harmonies of #72B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B584

Black with #72B584

Text Example


Text Example

White with #72B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,132); }

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

background-color css

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

 a { background-color: rgb(114,181,132); }

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

border-color css

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

 span { border-color: rgb(114,181,132); }

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