Html Css Color HEX #729169 Xanadu

📋 copy color: '#729169'

red 114 ◦ green 145 ◦ blue 105

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

Shades of Xanadu #729169

Tints of Xanadu #729169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 31.32%
G = 39.84%
B = 28.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#729169 (or 0x729169) is known color: Xanadu. HEX triplet: 72, 91 and 69. RGB value is (114,145,105). Sum of RGB (Red+Green+Blue) = 114+145+105=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #729169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729169 is #8D6E96. Grayscale: #838383. Windows color (decimal): -9268887 or 6918514. OLE color: 6918514.

HSL color Cylindrical-coordinate representation of color #729169: hue angle of 106.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729169 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 105 -
CMYK 0.21 0 0.28 0.43
HSL 106.5º 0.16% 0.49% -
HSV(B) 106.5º 0.28% 0.57% -
XYZ 19.61 24.85 17.13 -
YUV 131.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 114 145 105 0.21 0 0.28 0.43 106.5 0.16 0.49
Hex 72 91 69 15 0 1C 2B 6A 10 31
Octal 162 221 151 25 0 34 53 152 20 61
Binary 1110010 10010001 1101001 10101 0 11100 101011 1101010 10000 110001

Color Harmonies of #729169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729169

Black with #729169

Text Example


Text Example

White with #729169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729169; }

 p { color: rgb(114,145,105); }

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

background-color css

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

 a { background-color: rgb(114,145,105); }

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

border-color css

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

 span { border-color: rgb(114,145,105); }

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