Html Css Color HEX #708663 Xanadu

📋 copy color: '#708663'

red 112 ◦ green 134 ◦ blue 99

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

Shades of Xanadu #708663

Tints of Xanadu #708663

RGB

 RED value IS 112 (44.14% from 255) = 32.46%

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 32.46%
G = 38.84%
B = 28.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#708663 (or 0x708663) is known color: Xanadu. HEX triplet: 70, 86 and 63. RGB value is (112,134,99). Sum of RGB (Red+Green+Blue) = 112+134+99=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #708663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708663 is #8F799C. Grayscale: #7B7B7B. Windows color (decimal): -9402781 or 6522480. OLE color: 6522480.

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

Color convert

RGB 112 134 99 -
CMYK 0.16 0 0.26 0.47
HSL 97.71º 0.15% 0.46% -
HSV(B) 97.71º 0.26% 0.53% -
XYZ 17.46 21.4 15.01 -
YUV 123.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 112 134 99 0.16 0 0.26 0.47 97.71 0.15 0.46
Hex 70 86 63 10 0 1A 2F 62 F 2E
Octal 160 206 143 20 0 32 57 142 17 56
Binary 1110000 10000110 1100011 10000 0 11010 101111 1100010 1111 101110

Color Harmonies of #708663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708663

Black with #708663

Text Example


Text Example

White with #708663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708663; }

 p { color: rgb(112,134,99); }

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

background-color css

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

 a { background-color: rgb(112,134,99); }

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

border-color css

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

 span { border-color: rgb(112,134,99); }

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