Html Css Color HEX #708966 Xanadu

📋 copy color: '#708966'

red 112 ◦ green 137 ◦ blue 102

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

Shades of Xanadu #708966

Tints of Xanadu #708966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 31.91%
G = 39.03%
B = 29.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#708966 (or 0x708966) is known color: Xanadu. HEX triplet: 70, 89 and 66. RGB value is (112,137,102). Sum of RGB (Red+Green+Blue) = 112+137+102=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #708966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708966 is #8F7699. Grayscale: #7D7D7D. Windows color (decimal): -9402010 or 6719856. OLE color: 6719856.

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

Color convert

RGB 112 137 102 -
CMYK 0.18 0 0.26 0.46
HSL 102.86º 0.15% 0.47% -
HSV(B) 102.86º 0.26% 0.54% -
XYZ 18.03 22.3 15.92 -
YUV 125.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 112 137 102 0.18 0 0.26 0.46 102.86 0.15 0.47
Hex 70 89 66 12 0 1A 2E 67 F 2F
Octal 160 211 146 22 0 32 56 147 17 57
Binary 1110000 10001001 1100110 10010 0 11010 101110 1100111 1111 101111

Color Harmonies of #708966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708966

Black with #708966

Text Example


Text Example

White with #708966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708966; }

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

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

background-color css

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

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

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

border-color css

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

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

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