Html Css Color HEX #72B382 Bay Leaf

📋 copy color: '#72B382'

red 114 ◦ green 179 ◦ blue 130

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

Shades of Bay Leaf #72B382

Tints of Bay Leaf #72B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 26.95%
G = 42.32%
B = 30.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#72B382 (or 0x72B382) is known color: Bay Leaf. HEX triplet: 72, B3 and 82. RGB value is (114,179,130). Sum of RGB (Red+Green+Blue) = 114+179+130=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #72B382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B382 is #8D4C7D. Grayscale: #9A9A9A. Windows color (decimal): -9260158 or 8565618. OLE color: 8565618.

HSL color Cylindrical-coordinate representation of color #72B382: hue angle of 134.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B382 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 130 -
CMYK 0.36 0 0.27 0.30
HSL 134.77º 0.3% 0.57% -
HSV(B) 134.77º 0.36% 0.7% -
XYZ 27.09 37.43 26.92 -
YUV 153.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 114 179 130 0.36 0 0.27 0.30 134.77 0.3 0.57
Hex 72 B3 82 24 0 1B 1E 87 1E 39
Octal 162 263 202 44 0 33 36 207 36 71
Binary 1110010 10110011 10000010 100100 0 11011 11110 10000111 11110 111001

Color Harmonies of #72B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B382

Black with #72B382

Text Example


Text Example

White with #72B382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,179,130); }

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

background-color css

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

 a { background-color: rgb(114,179,130); }

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

border-color css

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

 span { border-color: rgb(114,179,130); }

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