Html Css Color HEX #729468 Xanadu

📋 copy color: '#729468'

red 114 ◦ green 148 ◦ blue 104

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

Shades of Xanadu #729468

Tints of Xanadu #729468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 31.15%
G = 40.44%
B = 28.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#729468 (or 0x729468) is known color: Xanadu. HEX triplet: 72, 94 and 68. RGB value is (114,148,104). Sum of RGB (Red+Green+Blue) = 114+148+104=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #729468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729468 is #8D6B97. Grayscale: #848484. Windows color (decimal): -9268120 or 6853746. OLE color: 6853746.

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

Color convert

RGB 114 148 104 -
CMYK 0.23 0 0.30 0.42
HSL 106.36º 0.17% 0.49% -
HSV(B) 106.36º 0.3% 0.58% -
XYZ 20.03 25.76 17.01 -
YUV 132.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 114 148 104 0.23 0 0.30 0.42 106.36 0.17 0.49
Hex 72 94 68 17 0 1E 2A 6A 11 31
Octal 162 224 150 27 0 36 52 152 21 61
Binary 1110010 10010100 1101000 10111 0 11110 101010 1101010 10001 110001

Color Harmonies of #729468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729468

Black with #729468

Text Example


Text Example

White with #729468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729468; }

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

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

background-color css

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

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

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

border-color css

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

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

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