Html Css Color HEX #708D61 Xanadu

📋 copy color: '#708D61'

red 112 ◦ green 141 ◦ blue 97

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

Shades of Xanadu #708D61

Tints of Xanadu #708D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 32%
G = 40.29%
B = 27.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#708D61 (or 0x708D61) is known color: Xanadu. HEX triplet: 70, 8D and 61. RGB value is (112,141,97). Sum of RGB (Red+Green+Blue) = 112+141+97=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #708D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D61 is #8F729E. Grayscale: #7F7F7F. Windows color (decimal): -9400991 or 6393200. OLE color: 6393200.

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

Color convert

RGB 112 141 97 -
CMYK 0.21 0 0.31 0.45
HSL 99.55º 0.18% 0.47% -
HSV(B) 99.55º 0.31% 0.55% -
XYZ 18.36 23.36 14.85 -
YUV 127.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 112 141 97 0.21 0 0.31 0.45 99.55 0.18 0.47
Hex 70 8D 61 15 0 1F 2D 64 12 2F
Octal 160 215 141 25 0 37 55 144 22 57
Binary 1110000 10001101 1100001 10101 0 11111 101101 1100100 10010 101111

Color Harmonies of #708D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D61

Black with #708D61

Text Example


Text Example

White with #708D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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