Html Css Color HEX #729275 Laurel

📋 copy color: '#729275'

red 114 ◦ green 146 ◦ blue 117

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

Shades of Laurel #729275

Tints of Laurel #729275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 30.24%
G = 38.73%
B = 31.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#729275 (or 0x729275) is known color: Laurel. HEX triplet: 72, 92 and 75. RGB value is (114,146,117). Sum of RGB (Red+Green+Blue) = 114+146+117=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #729275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729275 is #8D6D8A. Grayscale: #858585. Windows color (decimal): -9268619 or 7705202. OLE color: 7705202.

HSL color Cylindrical-coordinate representation of color #729275: hue angle of 125.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729275 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 117 -
CMYK 0.22 0 0.20 0.43
HSL 125.63º 0.13% 0.51% -
HSV(B) 125.63º 0.22% 0.57% -
XYZ 20.43 25.42 20.66 -
YUV 133.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 114 146 117 0.22 0 0.20 0.43 125.63 0.13 0.51
Hex 72 92 75 16 0 14 2B 7E D 33
Octal 162 222 165 26 0 24 53 176 15 63
Binary 1110010 10010010 1110101 10110 0 10100 101011 1111110 1101 110011

Color Harmonies of #729275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729275

Black with #729275

Text Example


Text Example

White with #729275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729275; }

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

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

background-color css

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

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

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

border-color css

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

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

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