Html Css Color HEX #729469 Xanadu

📋 copy color: '#729469'

red 114 ◦ green 148 ◦ blue 105

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

Shades of Xanadu #729469

Tints of Xanadu #729469

RGB

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

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

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

R = 31.06%
G = 40.33%
B = 28.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#729469 (or 0x729469) is known color: Xanadu. HEX triplet: 72, 94 and 69. RGB value is (114,148,105). Sum of RGB (Red+Green+Blue) = 114+148+105=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #729469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729469 is #8D6B96. Grayscale: #858585. Windows color (decimal): -9268119 or 6919282. OLE color: 6919282.

HSL color Cylindrical-coordinate representation of color #729469: hue angle of 107.44º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #729469 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 105 -
CMYK 0.23 0 0.29 0.42
HSL 107.44º 0.17% 0.5% -
HSV(B) 107.44º 0.29% 0.58% -
XYZ 20.08 25.78 17.28 -
YUV 132.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 114 148 105 0.23 0 0.29 0.42 107.44 0.17 0.5
Hex 72 94 69 17 0 1D 2A 6B 11 32
Octal 162 224 151 27 0 35 52 153 21 62
Binary 1110010 10010100 1101001 10111 0 11101 101010 1101011 10001 110010

Color Harmonies of #729469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729469

Black with #729469

Text Example


Text Example

White with #729469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729469; }

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

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

background-color css

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

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

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

border-color css

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

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

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