Html Css Color HEX #728C73 Laurel

📋 copy color: '#728C73'

red 114 ◦ green 140 ◦ blue 115

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

Shades of Laurel #728C73

Tints of Laurel #728C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

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

R = 30.89%
G = 37.94%
B = 31.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#728C73 (or 0x728C73) is known color: Laurel. HEX triplet: 72, 8C and 73. RGB value is (114,140,115). Sum of RGB (Red+Green+Blue) = 114+140+115=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #728C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C73 is #8D738C. Grayscale: #818181. Windows color (decimal): -9270157 or 7572594. OLE color: 7572594.

HSL color Cylindrical-coordinate representation of color #728C73: hue angle of 122.31º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728C73 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 140 115 -
CMYK 0.19 0 0.18 0.45
HSL 122.31º 0.1% 0.5% -
HSV(B) 122.31º 0.19% 0.55% -
XYZ 19.41 23.57 19.75 -
YUV 129.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 114 140 115 0.19 0 0.18 0.45 122.31 0.1 0.5
Hex 72 8C 73 13 0 12 2D 7A A 32
Octal 162 214 163 23 0 22 55 172 12 62
Binary 1110010 10001100 1110011 10011 0 10010 101101 1111010 1010 110010

Color Harmonies of #728C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C73

Black with #728C73

Text Example


Text Example

White with #728C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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