Html Css Color HEX #708763 Xanadu

📋 copy color: '#708763'

red 112 ◦ green 135 ◦ blue 99

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

Shades of Xanadu #708763

Tints of Xanadu #708763

RGB

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

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

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

R = 32.37%
G = 39.02%
B = 28.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#708763 (or 0x708763) is known color: Xanadu. HEX triplet: 70, 87 and 63. RGB value is (112,135,99). Sum of RGB (Red+Green+Blue) = 112+135+99=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #708763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708763 is #8F789C. Grayscale: #7C7C7C. Windows color (decimal): -9402525 or 6522736. OLE color: 6522736.

HSL color Cylindrical-coordinate representation of color #708763: hue angle of 98.33º degrees, saturation: 0.15, 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 #708763 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 99 -
CMYK 0.17 0 0.27 0.47
HSL 98.33º 0.15% 0.46% -
HSV(B) 98.33º 0.27% 0.53% -
XYZ 17.6 21.67 15.06 -
YUV 124.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 112 135 99 0.17 0 0.27 0.47 98.33 0.15 0.46
Hex 70 87 63 11 0 1B 2F 62 F 2E
Octal 160 207 143 21 0 33 57 142 17 56
Binary 1110000 10000111 1100011 10001 0 11011 101111 1100010 1111 101110

Color Harmonies of #708763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708763

Black with #708763

Text Example


Text Example

White with #708763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708763; }

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

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

background-color css

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

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

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

border-color css

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

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

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