Html Css Color HEX #72B18A Bay Leaf

📋 copy color: '#72B18A'

red 114 ◦ green 177 ◦ blue 138

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

Shades of Bay Leaf #72B18A

Tints of Bay Leaf #72B18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 26.57%
G = 41.26%
B = 32.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#72B18A (or 0x72B18A) is known color: Bay Leaf. HEX triplet: 72, B1 and 8A. RGB value is (114,177,138). Sum of RGB (Red+Green+Blue) = 114+177+138=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #72B18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B18A is #8D4E75. Grayscale: #999999. Windows color (decimal): -9260662 or 9089394. OLE color: 9089394.

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

Color convert

RGB 114 177 138 -
CMYK 0.36 0 0.22 0.31
HSL 142.86º 0.29% 0.57% -
HSV(B) 142.86º 0.36% 0.69% -
XYZ 27.25 36.86 29.72 -
YUV 153.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 114 177 138 0.36 0 0.22 0.31 142.86 0.29 0.57
Hex 72 B1 8A 24 0 16 1F 8F 1D 39
Octal 162 261 212 44 0 26 37 217 35 71
Binary 1110010 10110001 10001010 100100 0 10110 11111 10001111 11101 111001

Color Harmonies of #72B18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B18A

Black with #72B18A

Text Example


Text Example

White with #72B18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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