Html Css Color HEX #708863 Xanadu

📋 copy color: '#708863'

red 112 ◦ green 136 ◦ blue 99

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

Shades of Xanadu #708863

Tints of Xanadu #708863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 32.28%
G = 39.19%
B = 28.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#708863 (or 0x708863) is known color: Xanadu. HEX triplet: 70, 88 and 63. RGB value is (112,136,99). Sum of RGB (Red+Green+Blue) = 112+136+99=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #708863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708863 is #8F779C. Grayscale: #7C7C7C. Windows color (decimal): -9402269 or 6522992. OLE color: 6522992.

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

Color convert

RGB 112 136 99 -
CMYK 0.18 0 0.27 0.47
HSL 98.92º 0.16% 0.46% -
HSV(B) 98.92º 0.27% 0.53% -
XYZ 17.74 21.95 15.11 -
YUV 124.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 112 136 99 0.18 0 0.27 0.47 98.92 0.16 0.46
Hex 70 88 63 12 0 1B 2F 63 10 2E
Octal 160 210 143 22 0 33 57 143 20 56
Binary 1110000 10001000 1100011 10010 0 11011 101111 1100011 10000 101110

Color Harmonies of #708863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708863

Black with #708863

Text Example


Text Example

White with #708863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708863; }

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

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

background-color css

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

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

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

border-color css

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

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

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