Html Css Color HEX #708568 Xanadu

📋 copy color: '#708568'

red 112 ◦ green 133 ◦ blue 104

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

Shades of Xanadu #708568

Tints of Xanadu #708568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 32.09%
G = 38.11%
B = 29.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#708568 (or 0x708568) is known color: Xanadu. HEX triplet: 70, 85 and 68. RGB value is (112,133,104). Sum of RGB (Red+Green+Blue) = 112+133+104=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #708568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708568 is #8F7A97. Grayscale: #7B7B7B. Windows color (decimal): -9403032 or 6849904. OLE color: 6849904.

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

Color convert

RGB 112 133 104 -
CMYK 0.16 0 0.22 0.48
HSL 103.45º 0.12% 0.46% -
HSV(B) 103.45º 0.22% 0.52% -
XYZ 17.57 21.22 16.27 -
YUV 123.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 112 133 104 0.16 0 0.22 0.48 103.45 0.12 0.46
Hex 70 85 68 10 0 16 30 67 C 2E
Octal 160 205 150 20 0 26 60 147 14 56
Binary 1110000 10000101 1101000 10000 0 10110 110000 1100111 1100 101110

Color Harmonies of #708568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708568

Black with #708568

Text Example


Text Example

White with #708568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708568; }

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

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

background-color css

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

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

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

border-color css

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

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

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