Html Css Color HEX #72B78A Bay Leaf

📋 copy color: '#72B78A'

red 114 ◦ green 183 ◦ blue 138

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

Shades of Bay Leaf #72B78A

Tints of Bay Leaf #72B78A

RGB

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

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

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

R = 26.21%
G = 42.07%
B = 31.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#72B78A (or 0x72B78A) is known color: Bay Leaf. HEX triplet: 72, B7 and 8A. RGB value is (114,183,138). Sum of RGB (Red+Green+Blue) = 114+183+138=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #72B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B78A is #8D4875. Grayscale: #9D9D9D. Windows color (decimal): -9259126 or 9090930. OLE color: 9090930.

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

Color convert

RGB 114 183 138 -
CMYK 0.38 0 0.25 0.28
HSL 140.87º 0.32% 0.58% -
HSV(B) 140.87º 0.38% 0.72% -
XYZ 28.46 39.28 30.13 -
YUV 157.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 114 183 138 0.38 0 0.25 0.28 140.87 0.32 0.58
Hex 72 B7 8A 26 0 19 1C 8D 20 3A
Octal 162 267 212 46 0 31 34 215 40 72
Binary 1110010 10110111 10001010 100110 0 11001 11100 10001101 100000 111010

Color Harmonies of #72B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B78A

Black with #72B78A

Text Example


Text Example

White with #72B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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