Html Css Color HEX #728667 Xanadu

📋 copy color: '#728667'

red 114 ◦ green 134 ◦ blue 103

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

Shades of Xanadu #728667

Tints of Xanadu #728667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 32.48%
G = 38.18%
B = 29.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#728667 (or 0x728667) is known color: Xanadu. HEX triplet: 72, 86 and 67. RGB value is (114,134,103). Sum of RGB (Red+Green+Blue) = 114+134+103=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #728667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728667 is #8D7998. Grayscale: #7C7C7C. Windows color (decimal): -9271705 or 6784626. OLE color: 6784626.

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

Color convert

RGB 114 134 103 -
CMYK 0.15 0 0.23 0.47
HSL 98.71º 0.13% 0.46% -
HSV(B) 98.71º 0.23% 0.53% -
XYZ 17.91 21.61 16.06 -
YUV 124.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 114 134 103 0.15 0 0.23 0.47 98.71 0.13 0.46
Hex 72 86 67 F 0 17 2F 63 D 2E
Octal 162 206 147 17 0 27 57 143 15 56
Binary 1110010 10000110 1100111 1111 0 10111 101111 1100011 1101 101110

Color Harmonies of #728667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728667

Black with #728667

Text Example


Text Example

White with #728667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728667; }

 p { color: rgb(114,134,103); }

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

background-color css

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

 a { background-color: rgb(114,134,103); }

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

border-color css

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

 span { border-color: rgb(114,134,103); }

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