Html Css Color HEX #708069 Xanadu

📋 copy color: '#708069'

red 112 ◦ green 128 ◦ blue 105

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

Shades of Xanadu #708069

Tints of Xanadu #708069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 32.46%
G = 37.1%
B = 30.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#708069 (or 0x708069) is known color: Xanadu. HEX triplet: 70, 80 and 69. RGB value is (112,128,105). Sum of RGB (Red+Green+Blue) = 112+128+105=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #708069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708069 is #8F7F96. Grayscale: #787878. Windows color (decimal): -9404311 or 6914160. OLE color: 6914160.

HSL color Cylindrical-coordinate representation of color #708069: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708069 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 105 -
CMYK 0.12 0 0.18 0.50
HSL 101.74º 0.1% 0.46% -
HSV(B) 101.74º 0.18% 0.5% -
XYZ 16.95 19.9 16.31 -
YUV 120.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 112 128 105 0.12 0 0.18 0.50 101.74 0.1 0.46
Hex 70 80 69 C 0 12 32 66 A 2E
Octal 160 200 151 14 0 22 62 146 12 56
Binary 1110000 10000000 1101001 1100 0 10010 110010 1100110 1010 101110

Color Harmonies of #708069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708069

Black with #708069

Text Example


Text Example

White with #708069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708069; }

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

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

background-color css

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

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

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

border-color css

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

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

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