Html Css Color HEX #72B78F Bay Leaf

📋 copy color: '#72B78F'

red 114 ◦ green 183 ◦ blue 143

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

Shades of Bay Leaf #72B78F

Tints of Bay Leaf #72B78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 25.91%
G = 41.59%
B = 32.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#72B78F (or 0x72B78F) is known color: Bay Leaf. HEX triplet: 72, B7 and 8F. RGB value is (114,183,143). Sum of RGB (Red+Green+Blue) = 114+183+143=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #72B78F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B78F is #8D4870. Grayscale: #9D9D9D. Windows color (decimal): -9259121 or 9418610. OLE color: 9418610.

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

Color convert

RGB 114 183 143 -
CMYK 0.38 0 0.22 0.28
HSL 145.22º 0.32% 0.58% -
HSV(B) 145.22º 0.38% 0.72% -
XYZ 28.83 39.43 32.08 -
YUV 157.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 114 183 143 0.38 0 0.22 0.28 145.22 0.32 0.58
Hex 72 B7 8F 26 0 16 1C 91 20 3A
Octal 162 267 217 46 0 26 34 221 40 72
Binary 1110010 10110111 10001111 100110 0 10110 11100 10010001 100000 111010

Color Harmonies of #72B78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B78F

Black with #72B78F

Text Example


Text Example

White with #72B78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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