Html Css Color HEX #72B383 Bay Leaf

📋 copy color: '#72B383'

red 114 ◦ green 179 ◦ blue 131

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

Shades of Bay Leaf #72B383

Tints of Bay Leaf #72B383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 26.89%
G = 42.22%
B = 30.9%

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

#72B383 (or 0x72B383) is known color: Bay Leaf. HEX triplet: 72, B3 and 83. RGB value is (114,179,131). Sum of RGB (Red+Green+Blue) = 114+179+131=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #72B383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B383 is #8D4C7C. Grayscale: #9A9A9A. Windows color (decimal): -9260157 or 8631154. OLE color: 8631154.

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

Color convert

RGB 114 179 131 -
CMYK 0.36 0 0.27 0.30
HSL 135.69º 0.3% 0.57% -
HSV(B) 135.69º 0.36% 0.7% -
XYZ 27.16 37.46 27.27 -
YUV 154.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 114 179 131 0.36 0 0.27 0.30 135.69 0.3 0.57
Hex 72 B3 83 24 0 1B 1E 88 1E 39
Octal 162 263 203 44 0 33 36 210 36 71
Binary 1110010 10110011 10000011 100100 0 11011 11110 10001000 11110 111001

Color Harmonies of #72B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B383

Black with #72B383

Text Example


Text Example

White with #72B383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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