Html Css Color HEX #729069 Xanadu

📋 copy color: '#729069'

red 114 ◦ green 144 ◦ blue 105

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

Shades of Xanadu #729069

Tints of Xanadu #729069

RGB

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

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

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

R = 31.4%
G = 39.67%
B = 28.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#729069 (or 0x729069) is known color: Xanadu. HEX triplet: 72, 90 and 69. RGB value is (114,144,105). Sum of RGB (Red+Green+Blue) = 114+144+105=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #729069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729069 is #8D6F96. Grayscale: #828282. Windows color (decimal): -9269143 or 6918258. OLE color: 6918258.

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

Color convert

RGB 114 144 105 -
CMYK 0.21 0 0.27 0.44
HSL 106.15º 0.16% 0.49% -
HSV(B) 106.15º 0.27% 0.56% -
XYZ 19.46 24.54 17.08 -
YUV 130.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 114 144 105 0.21 0 0.27 0.44 106.15 0.16 0.49
Hex 72 90 69 15 0 1B 2C 6A 10 31
Octal 162 220 151 25 0 33 54 152 20 61
Binary 1110010 10010000 1101001 10101 0 11011 101100 1101010 10000 110001

Color Harmonies of #729069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729069

Black with #729069

Text Example


Text Example

White with #729069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729069; }

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

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

background-color css

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

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

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

border-color css

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

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

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