Html Css Color HEX #729270 Laurel

📋 copy color: '#729270'

red 114 ◦ green 146 ◦ blue 112

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

Shades of Laurel #729270

Tints of Laurel #729270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 30.65%
G = 39.25%
B = 30.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#729270 (or 0x729270) is known color: Laurel. HEX triplet: 72, 92 and 70. RGB value is (114,146,112). Sum of RGB (Red+Green+Blue) = 114+146+112=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #729270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729270 is #8D6D8F. Grayscale: #848484. Windows color (decimal): -9268624 or 7377522. OLE color: 7377522.

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

Color convert

RGB 114 146 112 -
CMYK 0.22 0 0.23 0.43
HSL 116.47º 0.13% 0.51% -
HSV(B) 116.47º 0.23% 0.57% -
XYZ 20.14 25.31 19.15 -
YUV 132.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 114 146 112 0.22 0 0.23 0.43 116.47 0.13 0.51
Hex 72 92 70 16 0 17 2B 74 D 33
Octal 162 222 160 26 0 27 53 164 15 63
Binary 1110010 10010010 1110000 10110 0 10111 101011 1110100 1101 110011

Color Harmonies of #729270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729270

Black with #729270

Text Example


Text Example

White with #729270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729270; }

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

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

background-color css

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

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

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

border-color css

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

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

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