Html Css Color HEX #72B283 Bay Leaf

📋 copy color: '#72B283'

red 114 ◦ green 178 ◦ blue 131

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

Shades of Bay Leaf #72B283

Tints of Bay Leaf #72B283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 26.95%
G = 42.08%
B = 30.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#72B283 (or 0x72B283) is known color: Bay Leaf. HEX triplet: 72, B2 and 83. RGB value is (114,178,131). Sum of RGB (Red+Green+Blue) = 114+178+131=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #72B283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B283 is #8D4D7C. Grayscale: #999999. Windows color (decimal): -9260413 or 8630898. OLE color: 8630898.

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

Color convert

RGB 114 178 131 -
CMYK 0.36 0 0.26 0.30
HSL 135.94º 0.29% 0.57% -
HSV(B) 135.94º 0.36% 0.7% -
XYZ 26.96 37.06 27.2 -
YUV 153.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 114 178 131 0.36 0 0.26 0.30 135.94 0.29 0.57
Hex 72 B2 83 24 0 1A 1E 88 1D 39
Octal 162 262 203 44 0 32 36 210 35 71
Binary 1110010 10110010 10000011 100100 0 11010 11110 10001000 11101 111001

Color Harmonies of #72B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B283

Black with #72B283

Text Example


Text Example

White with #72B283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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