Html Css Color HEX #708669 Xanadu

📋 copy color: '#708669'

red 112 ◦ green 134 ◦ blue 105

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

Shades of Xanadu #708669

Tints of Xanadu #708669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

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

R = 31.91%
G = 38.18%
B = 29.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#708669 (or 0x708669) is known color: Xanadu. HEX triplet: 70, 86 and 69. RGB value is (112,134,105). Sum of RGB (Red+Green+Blue) = 112+134+105=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #708669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708669 is #8F7996. Grayscale: #7C7C7C. Windows color (decimal): -9402775 or 6915696. OLE color: 6915696.

HSL color Cylindrical-coordinate representation of color #708669: hue angle of 105.52º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708669 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 105 -
CMYK 0.16 0 0.22 0.47
HSL 105.52º 0.12% 0.47% -
HSV(B) 105.52º 0.22% 0.53% -
XYZ 17.76 21.51 16.58 -
YUV 124.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 112 134 105 0.16 0 0.22 0.47 105.52 0.12 0.47
Hex 70 86 69 10 0 16 2F 6A C 2F
Octal 160 206 151 20 0 26 57 152 14 57
Binary 1110000 10000110 1101001 10000 0 10110 101111 1101010 1100 101111

Color Harmonies of #708669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708669

Black with #708669

Text Example


Text Example

White with #708669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708669; }

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

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

background-color css

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

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

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

border-color css

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

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

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