Html Css Color HEX #72B87E Bay Leaf

📋 copy color: '#72B87E'

red 114 ◦ green 184 ◦ blue 126

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

Shades of Bay Leaf #72B87E

Tints of Bay Leaf #72B87E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 26.89%
G = 43.4%
B = 29.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#72B87E (or 0x72B87E) is known color: Bay Leaf. HEX triplet: 72, B8 and 7E. RGB value is (114,184,126). Sum of RGB (Red+Green+Blue) = 114+184+126=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #72B87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B87E is #8D4781. Grayscale: #9C9C9C. Windows color (decimal): -9258882 or 8304754. OLE color: 8304754.

HSL color Cylindrical-coordinate representation of color #72B87E: hue angle of 130.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B87E is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 126 -
CMYK 0.38 0 0.32 0.28
HSL 130.29º 0.33% 0.58% -
HSV(B) 130.29º 0.38% 0.72% -
XYZ 27.85 39.36 25.87 -
YUV 156.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 114 184 126 0.38 0 0.32 0.28 130.29 0.33 0.58
Hex 72 B8 7E 26 0 20 1C 82 21 3A
Octal 162 270 176 46 0 40 34 202 41 72
Binary 1110010 10111000 1111110 100110 0 100000 11100 10000010 100001 111010

Color Harmonies of #72B87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B87E

Black with #72B87E

Text Example


Text Example

White with #72B87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,184,126); }

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

background-color css

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

 a { background-color: rgb(114,184,126); }

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

border-color css

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

 span { border-color: rgb(114,184,126); }

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