Html Css Color HEX #72B488 Bay Leaf

📋 copy color: '#72B488'

red 114 ◦ green 180 ◦ blue 136

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

Shades of Bay Leaf #72B488

Tints of Bay Leaf #72B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 26.51%
G = 41.86%
B = 31.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#72B488 (or 0x72B488) is known color: Bay Leaf. HEX triplet: 72, B4 and 88. RGB value is (114,180,136). Sum of RGB (Red+Green+Blue) = 114+180+136=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #72B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B488 is #8D4B77. Grayscale: #9B9B9B. Windows color (decimal): -9259896 or 8959090. OLE color: 8959090.

HSL color Cylindrical-coordinate representation of color #72B488: hue angle of 140º 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 #72B488 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 136 -
CMYK 0.37 0 0.24 0.29
HSL 140º 0.31% 0.58% -
HSV(B) 140º 0.37% 0.71% -
XYZ 27.7 38 29.17 -
YUV 155.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 114 180 136 0.37 0 0.24 0.29 140 0.31 0.58
Hex 72 B4 88 25 0 18 1D 8C 1F 3A
Octal 162 264 210 45 0 30 35 214 37 72
Binary 1110010 10110100 10001000 100101 0 11000 11101 10001100 11111 111010

Color Harmonies of #72B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B488

Black with #72B488

Text Example


Text Example

White with #72B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,136); }

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

background-color css

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

 a { background-color: rgb(114,180,136); }

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

border-color css

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

 span { border-color: rgb(114,180,136); }

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