Html Css Color HEX #729476 Laurel

📋 copy color: '#729476'

red 114 ◦ green 148 ◦ blue 118

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

Shades of Laurel #729476

Tints of Laurel #729476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 30%
G = 38.95%
B = 31.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#729476 (or 0x729476) is known color: Laurel. HEX triplet: 72, 94 and 76. RGB value is (114,148,118). Sum of RGB (Red+Green+Blue) = 114+148+118=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #729476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729476 is #8D6B89. Grayscale: #868686. Windows color (decimal): -9268106 or 7771250. OLE color: 7771250.

HSL color Cylindrical-coordinate representation of color #729476: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729476 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 118 -
CMYK 0.23 0 0.20 0.42
HSL 127.06º 0.14% 0.51% -
HSV(B) 127.06º 0.23% 0.58% -
XYZ 20.8 26.07 21.07 -
YUV 134.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 114 148 118 0.23 0 0.20 0.42 127.06 0.14 0.51
Hex 72 94 76 17 0 14 2A 7F E 33
Octal 162 224 166 27 0 24 52 177 16 63
Binary 1110010 10010100 1110110 10111 0 10100 101010 1111111 1110 110011

Color Harmonies of #729476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729476

Black with #729476

Text Example


Text Example

White with #729476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729476; }

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

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

background-color css

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

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

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

border-color css

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

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

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