Html Css Color HEX #729465 Xanadu

📋 copy color: '#729465'

red 114 ◦ green 148 ◦ blue 101

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

Shades of Xanadu #729465

Tints of Xanadu #729465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 31.4%
G = 40.77%
B = 27.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#729465 (or 0x729465) is known color: Xanadu. HEX triplet: 72, 94 and 65. RGB value is (114,148,101). Sum of RGB (Red+Green+Blue) = 114+148+101=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #729465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729465 is #8D6B9A. Grayscale: #848484. Windows color (decimal): -9268123 or 6657138. OLE color: 6657138.

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

Color convert

RGB 114 148 101 -
CMYK 0.23 0 0.32 0.42
HSL 103.4º 0.19% 0.49% -
HSV(B) 103.4º 0.32% 0.58% -
XYZ 19.88 25.7 16.22 -
YUV 132.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 114 148 101 0.23 0 0.32 0.42 103.4 0.19 0.49
Hex 72 94 65 17 0 20 2A 67 13 31
Octal 162 224 145 27 0 40 52 147 23 61
Binary 1110010 10010100 1100101 10111 0 100000 101010 1100111 10011 110001

Color Harmonies of #729465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729465

Black with #729465

Text Example


Text Example

White with #729465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729465; }

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

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

background-color css

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

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

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

border-color css

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

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

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