Html Css Color HEX #708969 Xanadu

📋 copy color: '#708969'

red 112 ◦ green 137 ◦ blue 105

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

Shades of Xanadu #708969

Tints of Xanadu #708969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 31.64%
G = 38.7%
B = 29.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#708969 (or 0x708969) is known color: Xanadu. HEX triplet: 70, 89 and 69. RGB value is (112,137,105). Sum of RGB (Red+Green+Blue) = 112+137+105=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #708969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708969 is #8F7696. Grayscale: #7D7D7D. Windows color (decimal): -9402007 or 6916464. OLE color: 6916464.

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

Color convert

RGB 112 137 105 -
CMYK 0.18 0 0.23 0.46
HSL 106.88º 0.13% 0.47% -
HSV(B) 106.88º 0.23% 0.54% -
XYZ 18.18 22.36 16.72 -
YUV 125.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 112 137 105 0.18 0 0.23 0.46 106.88 0.13 0.47
Hex 70 89 69 12 0 17 2E 6B D 2F
Octal 160 211 151 22 0 27 56 153 15 57
Binary 1110000 10001001 1101001 10010 0 10111 101110 1101011 1101 101111

Color Harmonies of #708969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708969

Black with #708969

Text Example


Text Example

White with #708969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708969; }

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

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

background-color css

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

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

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

border-color css

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

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

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