Html Css Color HEX #72BD7F Bay Leaf

📋 copy color: '#72BD7F'

red 114 ◦ green 189 ◦ blue 127

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

Shades of Bay Leaf #72BD7F

Tints of Bay Leaf #72BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 26.51%
G = 43.95%
B = 29.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#72BD7F (or 0x72BD7F) is known color: Bay Leaf. HEX triplet: 72, BD and 7F. RGB value is (114,189,127). Sum of RGB (Red+Green+Blue) = 114+189+127=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD7F is #8D4280. Grayscale: #9F9F9F. Windows color (decimal): -9257601 or 8371570. OLE color: 8371570.

HSL color Cylindrical-coordinate representation of color #72BD7F: hue angle of 130.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD7F is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 127 -
CMYK 0.40 0 0.33 0.26
HSL 130.4º 0.36% 0.59% -
HSV(B) 130.4º 0.4% 0.74% -
XYZ 28.97 41.5 26.56 -
YUV 159.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 114 189 127 0.40 0 0.33 0.26 130.4 0.36 0.59
Hex 72 BD 7F 28 0 21 1A 82 24 3B
Octal 162 275 177 50 0 41 32 202 44 73
Binary 1110010 10111101 1111111 101000 0 100001 11010 10000010 100100 111011

Color Harmonies of #72BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BD7F

Black with #72BD7F

Text Example


Text Example

White with #72BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,127); }

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

background-color css

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

 a { background-color: rgb(114,189,127); }

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

border-color css

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

 span { border-color: rgb(114,189,127); }

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