Html Css Color HEX #729075 Laurel

📋 copy color: '#729075'

red 114 ◦ green 144 ◦ blue 117

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

Shades of Laurel #729075

Tints of Laurel #729075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 30.4%
G = 38.4%
B = 31.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#729075 (or 0x729075) is known color: Laurel. HEX triplet: 72, 90 and 75. RGB value is (114,144,117). Sum of RGB (Red+Green+Blue) = 114+144+117=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #729075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729075 is #8D6F8A. Grayscale: #848484. Windows color (decimal): -9269131 or 7704690. OLE color: 7704690.

HSL color Cylindrical-coordinate representation of color #729075: hue angle of 126º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729075 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 117 -
CMYK 0.21 0 0.19 0.44
HSL 126º 0.12% 0.51% -
HSV(B) 126º 0.21% 0.56% -
XYZ 20.12 24.81 20.56 -
YUV 131.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 114 144 117 0.21 0 0.19 0.44 126 0.12 0.51
Hex 72 90 75 15 0 13 2C 7E C 33
Octal 162 220 165 25 0 23 54 176 14 63
Binary 1110010 10010000 1110101 10101 0 10011 101100 1111110 1100 110011

Color Harmonies of #729075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729075

Black with #729075

Text Example


Text Example

White with #729075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729075; }

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

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

background-color css

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

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

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

border-color css

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

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

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