Html Css Color HEX #728B73 Laurel

📋 copy color: '#728B73'

red 114 ◦ green 139 ◦ blue 115

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

Shades of Laurel #728B73

Tints of Laurel #728B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

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

R = 30.98%
G = 37.77%
B = 31.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#728B73 (or 0x728B73) is known color: Laurel. HEX triplet: 72, 8B and 73. RGB value is (114,139,115). Sum of RGB (Red+Green+Blue) = 114+139+115=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #728B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B73 is #8D748C. Grayscale: #808080. Windows color (decimal): -9270413 or 7572338. OLE color: 7572338.

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

Color convert

RGB 114 139 115 -
CMYK 0.18 0 0.17 0.45
HSL 122.4º 0.1% 0.5% -
HSV(B) 122.4º 0.18% 0.55% -
XYZ 19.27 23.28 19.7 -
YUV 128.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 114 139 115 0.18 0 0.17 0.45 122.4 0.1 0.5
Hex 72 8B 73 12 0 11 2D 7A A 32
Octal 162 213 163 22 0 21 55 172 12 62
Binary 1110010 10001011 1110011 10010 0 10001 101101 1111010 1010 110010

Color Harmonies of #728B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B73

Black with #728B73

Text Example


Text Example

White with #728B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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