Html Css Color HEX #729164 Xanadu

📋 copy color: '#729164'

red 114 ◦ green 145 ◦ blue 100

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

Shades of Xanadu #729164

Tints of Xanadu #729164

RGB

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

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

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

R = 31.75%
G = 40.39%
B = 27.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#729164 (or 0x729164) is known color: Xanadu. HEX triplet: 72, 91 and 64. RGB value is (114,145,100). Sum of RGB (Red+Green+Blue) = 114+145+100=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #729164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729164 is #8D6E9B. Grayscale: #828282. Windows color (decimal): -9268892 or 6590834. OLE color: 6590834.

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

Color convert

RGB 114 145 100 -
CMYK 0.21 0 0.31 0.43
HSL 101.33º 0.18% 0.48% -
HSV(B) 101.33º 0.31% 0.57% -
XYZ 19.37 24.75 15.81 -
YUV 130.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 114 145 100 0.21 0 0.31 0.43 101.33 0.18 0.48
Hex 72 91 64 15 0 1F 2B 65 12 30
Octal 162 221 144 25 0 37 53 145 22 60
Binary 1110010 10010001 1100100 10101 0 11111 101011 1100101 10010 110000

Color Harmonies of #729164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729164

Black with #729164

Text Example


Text Example

White with #729164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729164; }

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

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

background-color css

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

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

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

border-color css

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

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

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