Html Css Color HEX #708C61 Xanadu

📋 copy color: '#708C61'

red 112 ◦ green 140 ◦ blue 97

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

Shades of Xanadu #708C61

Tints of Xanadu #708C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

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

R = 32.09%
G = 40.11%
B = 27.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#708C61 (or 0x708C61) is known color: Xanadu. HEX triplet: 70, 8C and 61. RGB value is (112,140,97). Sum of RGB (Red+Green+Blue) = 112+140+97=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #708C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C61 is #8F739E. Grayscale: #7E7E7E. Windows color (decimal): -9401247 or 6392944. OLE color: 6392944.

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

Color convert

RGB 112 140 97 -
CMYK 0.20 0 0.31 0.45
HSL 99.07º 0.18% 0.46% -
HSV(B) 99.07º 0.31% 0.55% -
XYZ 18.22 23.06 14.8 -
YUV 126.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 112 140 97 0.20 0 0.31 0.45 99.07 0.18 0.46
Hex 70 8C 61 14 0 1F 2D 63 12 2E
Octal 160 214 141 24 0 37 55 143 22 56
Binary 1110000 10001100 1100001 10100 0 11111 101101 1100011 10010 101110

Color Harmonies of #708C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C61

Black with #708C61

Text Example


Text Example

White with #708C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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