Html Css Color HEX #728368 Xanadu

📋 copy color: '#728368'

red 114 ◦ green 131 ◦ blue 104

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

Shades of Xanadu #728368

Tints of Xanadu #728368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

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

R = 32.66%
G = 37.54%
B = 29.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#728368 (or 0x728368) is known color: Xanadu. HEX triplet: 72, 83 and 68. RGB value is (114,131,104). Sum of RGB (Red+Green+Blue) = 114+131+104=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #728368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728368 is #8D7C97. Grayscale: #7A7A7A. Windows color (decimal): -9272472 or 6849394. OLE color: 6849394.

HSL color Cylindrical-coordinate representation of color #728368: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728368 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 104 -
CMYK 0.13 0 0.21 0.49
HSL 97.78º 0.11% 0.46% -
HSV(B) 97.78º 0.21% 0.51% -
XYZ 17.55 20.81 16.19 -
YUV 122.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 114 131 104 0.13 0 0.21 0.49 97.78 0.11 0.46
Hex 72 83 68 D 0 15 31 62 B 2E
Octal 162 203 150 15 0 25 61 142 13 56
Binary 1110010 10000011 1101000 1101 0 10101 110001 1100010 1011 101110

Color Harmonies of #728368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728368

Black with #728368

Text Example


Text Example

White with #728368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728368; }

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

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

background-color css

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

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

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

border-color css

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

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

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