Html Css Color HEX #729063 Xanadu

📋 copy color: '#729063'

red 114 ◦ green 144 ◦ blue 99

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

Shades of Xanadu #729063

Tints of Xanadu #729063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 31.93%
G = 40.34%
B = 27.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#729063 (or 0x729063) is known color: Xanadu. HEX triplet: 72, 90 and 63. RGB value is (114,144,99). Sum of RGB (Red+Green+Blue) = 114+144+99=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #729063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729063 is #8D6F9C. Grayscale: #828282. Windows color (decimal): -9269149 or 6525042. OLE color: 6525042.

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

Color convert

RGB 114 144 99 -
CMYK 0.21 0 0.31 0.44
HSL 100º 0.19% 0.48% -
HSV(B) 100º 0.31% 0.56% -
XYZ 19.16 24.42 15.51 -
YUV 129.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 114 144 99 0.21 0 0.31 0.44 100 0.19 0.48
Hex 72 90 63 15 0 1F 2C 64 13 30
Octal 162 220 143 25 0 37 54 144 23 60
Binary 1110010 10010000 1100011 10101 0 11111 101100 1100100 10011 110000

Color Harmonies of #729063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729063

Black with #729063

Text Example


Text Example

White with #729063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729063; }

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

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

background-color css

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

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

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

border-color css

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

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

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