Html Css Color HEX #728469 Xanadu

📋 copy color: '#728469'

red 114 ◦ green 132 ◦ blue 105

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

Shades of Xanadu #728469

Tints of Xanadu #728469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 32.48%
G = 37.61%
B = 29.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#728469 (or 0x728469) is known color: Xanadu. HEX triplet: 72, 84 and 69. RGB value is (114,132,105). Sum of RGB (Red+Green+Blue) = 114+132+105=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #728469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728469 is #8D7B96. Grayscale: #7B7B7B. Windows color (decimal): -9272215 or 6915186. OLE color: 6915186.

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

Color convert

RGB 114 132 105 -
CMYK 0.14 0 0.20 0.48
HSL 100º 0.11% 0.46% -
HSV(B) 100º 0.2% 0.52% -
XYZ 17.74 21.1 16.5 -
YUV 123.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 114 132 105 0.14 0 0.20 0.48 100 0.11 0.46
Hex 72 84 69 E 0 14 30 64 B 2E
Octal 162 204 151 16 0 24 60 144 13 56
Binary 1110010 10000100 1101001 1110 0 10100 110000 1100100 1011 101110

Color Harmonies of #728469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728469

Black with #728469

Text Example


Text Example

White with #728469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728469; }

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

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

background-color css

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

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

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

border-color css

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

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

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