Html Css Color HEX #708564 Xanadu

📋 copy color: '#708564'

red 112 ◦ green 133 ◦ blue 100

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

Shades of Xanadu #708564

Tints of Xanadu #708564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 32.46%
G = 38.55%
B = 28.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#708564 (or 0x708564) is known color: Xanadu. HEX triplet: 70, 85 and 64. RGB value is (112,133,100). Sum of RGB (Red+Green+Blue) = 112+133+100=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #708564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708564 is #8F7A9B. Grayscale: #7B7B7B. Windows color (decimal): -9403036 or 6587760. OLE color: 6587760.

HSL color Cylindrical-coordinate representation of color #708564: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708564 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 100 -
CMYK 0.16 0 0.25 0.48
HSL 98.18º 0.14% 0.46% -
HSV(B) 98.18º 0.25% 0.52% -
XYZ 17.37 21.14 15.22 -
YUV 122.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 112 133 100 0.16 0 0.25 0.48 98.18 0.14 0.46
Hex 70 85 64 10 0 19 30 62 E 2E
Octal 160 205 144 20 0 31 60 142 16 56
Binary 1110000 10000101 1100100 10000 0 11001 110000 1100010 1110 101110

Color Harmonies of #708564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708564

Black with #708564

Text Example


Text Example

White with #708564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708564; }

 p { color: rgb(112,133,100); }

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

background-color css

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

 a { background-color: rgb(112,133,100); }

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

border-color css

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

 span { border-color: rgb(112,133,100); }

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