Html Css Color HEX #708667 Xanadu

📋 copy color: '#708667'

red 112 ◦ green 134 ◦ blue 103

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

Shades of Xanadu #708667

Tints of Xanadu #708667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

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

R = 32.09%
G = 38.4%
B = 29.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#708667 (or 0x708667) is known color: Xanadu. HEX triplet: 70, 86 and 67. RGB value is (112,134,103). Sum of RGB (Red+Green+Blue) = 112+134+103=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #708667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708667 is #8F7998. Grayscale: #7B7B7B. Windows color (decimal): -9402777 or 6784624. OLE color: 6784624.

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

Color convert

RGB 112 134 103 -
CMYK 0.16 0 0.23 0.47
HSL 102.58º 0.13% 0.46% -
HSV(B) 102.58º 0.23% 0.53% -
XYZ 17.66 21.47 16.05 -
YUV 123.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 112 134 103 0.16 0 0.23 0.47 102.58 0.13 0.46
Hex 70 86 67 10 0 17 2F 67 D 2E
Octal 160 206 147 20 0 27 57 147 15 56
Binary 1110000 10000110 1100111 10000 0 10111 101111 1100111 1101 101110

Color Harmonies of #708667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708667

Black with #708667

Text Example


Text Example

White with #708667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708667; }

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

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

background-color css

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

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

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

border-color css

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

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

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