Html Css Color HEX #728B76 Laurel

📋 copy color: '#728B76'

red 114 ◦ green 139 ◦ blue 118

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

Shades of Laurel #728B76

Tints of Laurel #728B76

RGB

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

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

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

R = 30.73%
G = 37.47%
B = 31.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#728B76 (or 0x728B76) is known color: Laurel. HEX triplet: 72, 8B and 76. RGB value is (114,139,118). Sum of RGB (Red+Green+Blue) = 114+139+118=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #728B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B76 is #8D7489. Grayscale: #818181. Windows color (decimal): -9270410 or 7768946. OLE color: 7768946.

HSL color Cylindrical-coordinate representation of color #728B76: hue angle of 129.6º 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 #728B76 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 118 -
CMYK 0.18 0 0.15 0.45
HSL 129.6º 0.1% 0.5% -
HSV(B) 129.6º 0.18% 0.55% -
XYZ 19.44 23.35 20.62 -
YUV 129.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 114 139 118 0.18 0 0.15 0.45 129.6 0.1 0.5
Hex 72 8B 76 12 0 F 2D 82 A 32
Octal 162 213 166 22 0 17 55 202 12 62
Binary 1110010 10001011 1110110 10010 0 1111 101101 10000010 1010 110010

Color Harmonies of #728B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B76

Black with #728B76

Text Example


Text Example

White with #728B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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