Html Css Color HEX #708B61 Xanadu

📋 copy color: '#708B61'

red 112 ◦ green 139 ◦ blue 97

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

Shades of Xanadu #708B61

Tints of Xanadu #708B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

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

R = 32.18%
G = 39.94%
B = 27.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#708B61 (or 0x708B61) is known color: Xanadu. HEX triplet: 70, 8B and 61. RGB value is (112,139,97). Sum of RGB (Red+Green+Blue) = 112+139+97=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #708B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B61 is #8F749E. Grayscale: #7E7E7E. Windows color (decimal): -9401503 or 6392688. OLE color: 6392688.

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

Color convert

RGB 112 139 97 -
CMYK 0.19 0 0.30 0.45
HSL 98.57º 0.18% 0.46% -
HSV(B) 98.57º 0.3% 0.55% -
XYZ 18.07 22.77 14.75 -
YUV 126.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 112 139 97 0.19 0 0.30 0.45 98.57 0.18 0.46
Hex 70 8B 61 13 0 1E 2D 63 12 2E
Octal 160 213 141 23 0 36 55 143 22 56
Binary 1110000 10001011 1100001 10011 0 11110 101101 1100011 10010 101110

Color Harmonies of #708B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B61

Black with #708B61

Text Example


Text Example

White with #708B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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