Html Css Color HEX #72B18E Bay Leaf

📋 copy color: '#72B18E'

red 114 ◦ green 177 ◦ blue 142

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

Shades of Bay Leaf #72B18E

Tints of Bay Leaf #72B18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 26.33%
G = 40.88%
B = 32.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#72B18E (or 0x72B18E) is known color: Bay Leaf. HEX triplet: 72, B1 and 8E. RGB value is (114,177,142). Sum of RGB (Red+Green+Blue) = 114+177+142=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #72B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B18E is #8D4E71. Grayscale: #9A9A9A. Windows color (decimal): -9260658 or 9351538. OLE color: 9351538.

HSL color Cylindrical-coordinate representation of color #72B18E: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B18E is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 177 142 -
CMYK 0.36 0 0.20 0.31
HSL 146.67º 0.29% 0.57% -
HSV(B) 146.67º 0.36% 0.69% -
XYZ 27.54 36.97 31.28 -
YUV 154.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 114 177 142 0.36 0 0.20 0.31 146.67 0.29 0.57
Hex 72 B1 8E 24 0 14 1F 93 1D 39
Octal 162 261 216 44 0 24 37 223 35 71
Binary 1110010 10110001 10001110 100100 0 10100 11111 10010011 11101 111001

Color Harmonies of #72B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B18E

Black with #72B18E

Text Example


Text Example

White with #72B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,177,142); }

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

background-color css

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

 a { background-color: rgb(114,177,142); }

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

border-color css

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

 span { border-color: rgb(114,177,142); }

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