Html Css Color HEX #72B78C Bay Leaf

📋 copy color: '#72B78C'

red 114 ◦ green 183 ◦ blue 140

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

Shades of Bay Leaf #72B78C

Tints of Bay Leaf #72B78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 26.09%
G = 41.88%
B = 32.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#72B78C (or 0x72B78C) is known color: Bay Leaf. HEX triplet: 72, B7 and 8C. RGB value is (114,183,140). Sum of RGB (Red+Green+Blue) = 114+183+140=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #72B78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B78C is #8D4873. Grayscale: #9D9D9D. Windows color (decimal): -9259124 or 9222002. OLE color: 9222002.

HSL color Cylindrical-coordinate representation of color #72B78C: hue angle of 142.61º degrees, saturation: 0.32, 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 #72B78C is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 183 140 -
CMYK 0.38 0 0.23 0.28
HSL 142.61º 0.32% 0.58% -
HSV(B) 142.61º 0.38% 0.72% -
XYZ 28.61 39.34 30.9 -
YUV 157.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 114 183 140 0.38 0 0.23 0.28 142.61 0.32 0.58
Hex 72 B7 8C 26 0 17 1C 8F 20 3A
Octal 162 267 214 46 0 27 34 217 40 72
Binary 1110010 10110111 10001100 100110 0 10111 11100 10001111 100000 111010

Color Harmonies of #72B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B78C

Black with #72B78C

Text Example


Text Example

White with #72B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,183,140); }

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

background-color css

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

 a { background-color: rgb(114,183,140); }

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

border-color css

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

 span { border-color: rgb(114,183,140); }

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