Html Css Color HEX #708567 Xanadu

📋 copy color: '#708567'

red 112 ◦ green 133 ◦ blue 103

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

Shades of Xanadu #708567

Tints of Xanadu #708567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 32.18%
G = 38.22%
B = 29.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#708567 (or 0x708567) is known color: Xanadu. HEX triplet: 70, 85 and 67. RGB value is (112,133,103). Sum of RGB (Red+Green+Blue) = 112+133+103=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #708567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708567 is #8F7A98. Grayscale: #7B7B7B. Windows color (decimal): -9403033 or 6784368. OLE color: 6784368.

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

Color convert

RGB 112 133 103 -
CMYK 0.16 0 0.23 0.48
HSL 102º 0.13% 0.46% -
HSV(B) 102º 0.23% 0.52% -
XYZ 17.52 21.2 16 -
YUV 123.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 112 133 103 0.16 0 0.23 0.48 102 0.13 0.46
Hex 70 85 67 10 0 17 30 66 D 2E
Octal 160 205 147 20 0 27 60 146 15 56
Binary 1110000 10000101 1100111 10000 0 10111 110000 1100110 1101 101110

Color Harmonies of #708567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708567

Black with #708567

Text Example


Text Example

White with #708567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708567; }

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

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

background-color css

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

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

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

border-color css

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

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

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