Html Css Color HEX #708D6A Xanadu

📋 copy color: '#708D6A'

red 112 ◦ green 141 ◦ blue 106

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

Shades of Xanadu #708D6A

Tints of Xanadu #708D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 31.2%
G = 39.28%
B = 29.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#708D6A (or 0x708D6A) is known color: Xanadu. HEX triplet: 70, 8D and 6A. RGB value is (112,141,106). Sum of RGB (Red+Green+Blue) = 112+141+106=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #708D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D6A is #8F7295. Grayscale: #808080. Windows color (decimal): -9400982 or 6983024. OLE color: 6983024.

HSL color Cylindrical-coordinate representation of color #708D6A: hue angle of 109.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708D6A is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 106 -
CMYK 0.21 0 0.25 0.45
HSL 109.71º 0.14% 0.48% -
HSV(B) 109.71º 0.25% 0.55% -
XYZ 18.81 23.54 17.19 -
YUV 128.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 112 141 106 0.21 0 0.25 0.45 109.71 0.14 0.48
Hex 70 8D 6A 15 0 19 2D 6E E 30
Octal 160 215 152 25 0 31 55 156 16 60
Binary 1110000 10001101 1101010 10101 0 11001 101101 1101110 1110 110000

Color Harmonies of #708D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D6A

Black with #708D6A

Text Example


Text Example

White with #708D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708D6A; }

 p { color: rgb(112,141,106); }

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

background-color css

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

 a { background-color: rgb(112,141,106); }

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

border-color css

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

 span { border-color: rgb(112,141,106); }

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