Html Css Color HEX #729470 Laurel

📋 copy color: '#729470'

red 114 ◦ green 148 ◦ blue 112

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

Shades of Laurel #729470

Tints of Laurel #729470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 30.48%
G = 39.57%
B = 29.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#729470 (or 0x729470) is known color: Laurel. HEX triplet: 72, 94 and 70. RGB value is (114,148,112). Sum of RGB (Red+Green+Blue) = 114+148+112=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #729470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729470 is #8D6B8F. Grayscale: #858585. Windows color (decimal): -9268112 or 7378034. OLE color: 7378034.

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

Color convert

RGB 114 148 112 -
CMYK 0.23 0 0.24 0.42
HSL 116.67º 0.14% 0.51% -
HSV(B) 116.67º 0.24% 0.58% -
XYZ 20.45 25.93 19.26 -
YUV 133.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 114 148 112 0.23 0 0.24 0.42 116.67 0.14 0.51
Hex 72 94 70 17 0 18 2A 75 E 33
Octal 162 224 160 27 0 30 52 165 16 63
Binary 1110010 10010100 1110000 10111 0 11000 101010 1110101 1110 110011

Color Harmonies of #729470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729470

Black with #729470

Text Example


Text Example

White with #729470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729470; }

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

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

background-color css

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

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

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

border-color css

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

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

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