Html Css Color HEX #708D65 Xanadu

📋 copy color: '#708D65'

red 112 ◦ green 141 ◦ blue 101

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

Shades of Xanadu #708D65

Tints of Xanadu #708D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 31.64%
G = 39.83%
B = 28.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#708D65 (or 0x708D65) is known color: Xanadu. HEX triplet: 70, 8D and 65. RGB value is (112,141,101). Sum of RGB (Red+Green+Blue) = 112+141+101=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #708D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D65 is #8F729A. Grayscale: #7F7F7F. Windows color (decimal): -9400987 or 6655344. OLE color: 6655344.

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

Color convert

RGB 112 141 101 -
CMYK 0.21 0 0.28 0.45
HSL 103.5º 0.17% 0.47% -
HSV(B) 103.5º 0.28% 0.55% -
XYZ 18.56 23.43 15.86 -
YUV 127.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 112 141 101 0.21 0 0.28 0.45 103.5 0.17 0.47
Hex 70 8D 65 15 0 1C 2D 68 11 2F
Octal 160 215 145 25 0 34 55 150 21 57
Binary 1110000 10001101 1100101 10101 0 11100 101101 1101000 10001 101111

Color Harmonies of #708D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D65

Black with #708D65

Text Example


Text Example

White with #708D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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