Html Css Color HEX #729475 Laurel

📋 copy color: '#729475'

red 114 ◦ green 148 ◦ blue 117

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

Shades of Laurel #729475

Tints of Laurel #729475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 30.08%
G = 39.05%
B = 30.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#729475 (or 0x729475) is known color: Laurel. HEX triplet: 72, 94 and 75. RGB value is (114,148,117). Sum of RGB (Red+Green+Blue) = 114+148+117=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #729475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729475 is #8D6B8A. Grayscale: #868686. Windows color (decimal): -9268107 or 7705714. OLE color: 7705714.

HSL color Cylindrical-coordinate representation of color #729475: hue angle of 125.29º 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 #729475 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 117 -
CMYK 0.23 0 0.21 0.42
HSL 125.29º 0.14% 0.51% -
HSV(B) 125.29º 0.23% 0.58% -
XYZ 20.74 26.04 20.76 -
YUV 134.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 114 148 117 0.23 0 0.21 0.42 125.29 0.14 0.51
Hex 72 94 75 17 0 15 2A 7D E 33
Octal 162 224 165 27 0 25 52 175 16 63
Binary 1110010 10010100 1110101 10111 0 10101 101010 1111101 1110 110011

Color Harmonies of #729475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729475

Black with #729475

Text Example


Text Example

White with #729475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729475; }

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

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

background-color css

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

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

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

border-color css

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

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

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