Html Css Color HEX #728468 Xanadu

📋 copy color: '#728468'

red 114 ◦ green 132 ◦ blue 104

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

Shades of Xanadu #728468

Tints of Xanadu #728468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 32.57%
G = 37.71%
B = 29.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#728468 (or 0x728468) is known color: Xanadu. HEX triplet: 72, 84 and 68. RGB value is (114,132,104). Sum of RGB (Red+Green+Blue) = 114+132+104=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #728468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728468 is #8D7B97. Grayscale: #7B7B7B. Windows color (decimal): -9272216 or 6849650. OLE color: 6849650.

HSL color Cylindrical-coordinate representation of color #728468: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728468 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 104 -
CMYK 0.14 0 0.21 0.48
HSL 98.57º 0.12% 0.46% -
HSV(B) 98.57º 0.21% 0.52% -
XYZ 17.69 21.08 16.23 -
YUV 123.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 114 132 104 0.14 0 0.21 0.48 98.57 0.12 0.46
Hex 72 84 68 E 0 15 30 63 C 2E
Octal 162 204 150 16 0 25 60 143 14 56
Binary 1110010 10000100 1101000 1110 0 10101 110000 1100011 1100 101110

Color Harmonies of #728468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728468

Black with #728468

Text Example


Text Example

White with #728468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728468; }

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

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

background-color css

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

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

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

border-color css

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

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

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