Html Css Color HEX #729564 Xanadu

📋 copy color: '#729564'

red 114 ◦ green 149 ◦ blue 100

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

Shades of Xanadu #729564

Tints of Xanadu #729564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 31.4%
G = 41.05%
B = 27.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#729564 (or 0x729564) is known color: Xanadu. HEX triplet: 72, 95 and 64. RGB value is (114,149,100). Sum of RGB (Red+Green+Blue) = 114+149+100=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #729564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729564 is #8D6A9B. Grayscale: #858585. Windows color (decimal): -9267868 or 6591858. OLE color: 6591858.

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

Color convert

RGB 114 149 100 -
CMYK 0.23 0 0.33 0.42
HSL 102.86º 0.2% 0.49% -
HSV(B) 102.86º 0.33% 0.58% -
XYZ 19.99 25.99 16.02 -
YUV 132.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 114 149 100 0.23 0 0.33 0.42 102.86 0.2 0.49
Hex 72 95 64 17 0 21 2A 67 14 31
Octal 162 225 144 27 0 41 52 147 24 61
Binary 1110010 10010101 1100100 10111 0 100001 101010 1100111 10100 110001

Color Harmonies of #729564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729564

Black with #729564

Text Example


Text Example

White with #729564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729564; }

 p { color: rgb(114,149,100); }

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

background-color css

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

 a { background-color: rgb(114,149,100); }

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

border-color css

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

 span { border-color: rgb(114,149,100); }

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