Html Css Color HEX #729273 Laurel

📋 copy color: '#729273'

red 114 ◦ green 146 ◦ blue 115

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

Shades of Laurel #729273

Tints of Laurel #729273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 30.4%
G = 38.93%
B = 30.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#729273 (or 0x729273) is known color: Laurel. HEX triplet: 72, 92 and 73. RGB value is (114,146,115). Sum of RGB (Red+Green+Blue) = 114+146+115=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #729273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729273 is #8D6D8C. Grayscale: #848484. Windows color (decimal): -9268621 or 7574130. OLE color: 7574130.

HSL color Cylindrical-coordinate representation of color #729273: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729273 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 115 -
CMYK 0.22 0 0.21 0.43
HSL 121.88º 0.13% 0.51% -
HSV(B) 121.88º 0.22% 0.57% -
XYZ 20.31 25.37 20.05 -
YUV 132.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 114 146 115 0.22 0 0.21 0.43 121.88 0.13 0.51
Hex 72 92 73 16 0 15 2B 7A D 33
Octal 162 222 163 26 0 25 53 172 15 63
Binary 1110010 10010010 1110011 10110 0 10101 101011 1111010 1101 110011

Color Harmonies of #729273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729273

Black with #729273

Text Example


Text Example

White with #729273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729273; }

 p { color: rgb(114,146,115); }

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

background-color css

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

 a { background-color: rgb(114,146,115); }

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

border-color css

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

 span { border-color: rgb(114,146,115); }

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