Html Css Color HEX #72B18D Bay Leaf

📋 copy color: '#72B18D'

red 114 ◦ green 177 ◦ blue 141

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

Shades of Bay Leaf #72B18D

Tints of Bay Leaf #72B18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 26.39%
G = 40.97%
B = 32.64%

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

#72B18D (or 0x72B18D) is known color: Bay Leaf. HEX triplet: 72, B1 and 8D. RGB value is (114,177,141). Sum of RGB (Red+Green+Blue) = 114+177+141=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #72B18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B18D is #8D4E72. Grayscale: #9A9A9A. Windows color (decimal): -9260659 or 9286002. OLE color: 9286002.

HSL color Cylindrical-coordinate representation of color #72B18D: hue angle of 145.71º 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 #72B18D is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 177 141 -
CMYK 0.36 0 0.20 0.31
HSL 145.71º 0.29% 0.57% -
HSV(B) 145.71º 0.36% 0.69% -
XYZ 27.47 36.94 30.88 -
YUV 154.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 114 177 141 0.36 0 0.20 0.31 145.71 0.29 0.57
Hex 72 B1 8D 24 0 14 1F 92 1D 39
Octal 162 261 215 44 0 24 37 222 35 71
Binary 1110010 10110001 10001101 100100 0 10100 11111 10010010 11101 111001

Color Harmonies of #72B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B18D

Black with #72B18D

Text Example


Text Example

White with #72B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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