Html Css Color HEX #708964 Xanadu

📋 copy color: '#708964'

red 112 ◦ green 137 ◦ blue 100

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

Shades of Xanadu #708964

Tints of Xanadu #708964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 32.09%
G = 39.26%
B = 28.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#708964 (or 0x708964) is known color: Xanadu. HEX triplet: 70, 89 and 64. RGB value is (112,137,100). Sum of RGB (Red+Green+Blue) = 112+137+100=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #708964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708964 is #8F769B. Grayscale: #7D7D7D. Windows color (decimal): -9402012 or 6588784. OLE color: 6588784.

HSL color Cylindrical-coordinate representation of color #708964: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708964 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 100 -
CMYK 0.18 0 0.27 0.46
HSL 100.54º 0.16% 0.46% -
HSV(B) 100.54º 0.27% 0.54% -
XYZ 17.93 22.26 15.41 -
YUV 125.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 112 137 100 0.18 0 0.27 0.46 100.54 0.16 0.46
Hex 70 89 64 12 0 1B 2E 65 10 2E
Octal 160 211 144 22 0 33 56 145 20 56
Binary 1110000 10001001 1100100 10010 0 11011 101110 1100101 10000 101110

Color Harmonies of #708964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708964

Black with #708964

Text Example


Text Example

White with #708964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708964; }

 p { color: rgb(112,137,100); }

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

background-color css

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

 a { background-color: rgb(112,137,100); }

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

border-color css

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

 span { border-color: rgb(112,137,100); }

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