Html Css Color HEX #728766 Xanadu

📋 copy color: '#728766'

red 114 ◦ green 135 ◦ blue 102

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

Shades of Xanadu #728766

Tints of Xanadu #728766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 32.48%
G = 38.46%
B = 29.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#728766 (or 0x728766) is known color: Xanadu. HEX triplet: 72, 87 and 66. RGB value is (114,135,102). Sum of RGB (Red+Green+Blue) = 114+135+102=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #728766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728766 is #8D7899. Grayscale: #7D7D7D. Windows color (decimal): -9271450 or 6719346. OLE color: 6719346.

HSL color Cylindrical-coordinate representation of color #728766: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728766 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 102 -
CMYK 0.16 0 0.24 0.47
HSL 98.18º 0.14% 0.46% -
HSV(B) 98.18º 0.24% 0.53% -
XYZ 18 21.86 15.84 -
YUV 124.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 114 135 102 0.16 0 0.24 0.47 98.18 0.14 0.46
Hex 72 87 66 10 0 18 2F 62 E 2E
Octal 162 207 146 20 0 30 57 142 16 56
Binary 1110010 10000111 1100110 10000 0 11000 101111 1100010 1110 101110

Color Harmonies of #728766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728766

Black with #728766

Text Example


Text Example

White with #728766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728766; }

 p { color: rgb(114,135,102); }

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

background-color css

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

 a { background-color: rgb(114,135,102); }

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

border-color css

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

 span { border-color: rgb(114,135,102); }

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