Html Css Color HEX #729269 Xanadu

📋 copy color: '#729269'

red 114 ◦ green 146 ◦ blue 105

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

Shades of Xanadu #729269

Tints of Xanadu #729269

RGB

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

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

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

R = 31.23%
G = 40%
B = 28.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#729269 (or 0x729269) is known color: Xanadu. HEX triplet: 72, 92 and 69. RGB value is (114,146,105). Sum of RGB (Red+Green+Blue) = 114+146+105=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #729269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729269 is #8D6D96. Grayscale: #838383. Windows color (decimal): -9268631 or 6918770. OLE color: 6918770.

HSL color Cylindrical-coordinate representation of color #729269: hue angle of 106.83º 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 #729269 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 105 -
CMYK 0.22 0 0.28 0.43
HSL 106.83º 0.16% 0.49% -
HSV(B) 106.83º 0.28% 0.57% -
XYZ 19.77 25.16 17.18 -
YUV 131.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 114 146 105 0.22 0 0.28 0.43 106.83 0.16 0.49
Hex 72 92 69 16 0 1C 2B 6B 10 31
Octal 162 222 151 26 0 34 53 153 20 61
Binary 1110010 10010010 1101001 10110 0 11100 101011 1101011 10000 110001

Color Harmonies of #729269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729269

Black with #729269

Text Example


Text Example

White with #729269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729269; }

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

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

background-color css

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

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

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

border-color css

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

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

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