Html Css Color HEX #728F76 Laurel

📋 copy color: '#728F76'

red 114 ◦ green 143 ◦ blue 118

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

Shades of Laurel #728F76

Tints of Laurel #728F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 30.4%
G = 38.13%
B = 31.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#728F76 (or 0x728F76) is known color: Laurel. HEX triplet: 72, 8F and 76. RGB value is (114,143,118). Sum of RGB (Red+Green+Blue) = 114+143+118=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #728F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F76 is #8D7089. Grayscale: #838383. Windows color (decimal): -9269386 or 7769970. OLE color: 7769970.

HSL color Cylindrical-coordinate representation of color #728F76: hue angle of 128.28º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F76 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 143 118 -
CMYK 0.20 0 0.17 0.44
HSL 128.28º 0.11% 0.5% -
HSV(B) 128.28º 0.2% 0.56% -
XYZ 20.03 24.53 20.82 -
YUV 131.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 114 143 118 0.20 0 0.17 0.44 128.28 0.11 0.5
Hex 72 8F 76 14 0 11 2C 80 B 32
Octal 162 217 166 24 0 21 54 200 13 62
Binary 1110010 10001111 1110110 10100 0 10001 101100 10000000 1011 110010

Color Harmonies of #728F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F76

Black with #728F76

Text Example


Text Example

White with #728F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,118); }

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

background-color css

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

 a { background-color: rgb(114,143,118); }

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

border-color css

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

 span { border-color: rgb(114,143,118); }

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