Html Css Color HEX #70816C Xanadu

📋 copy color: '#70816C'

red 112 ◦ green 129 ◦ blue 108

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

Shades of Xanadu #70816C

Tints of Xanadu #70816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 32.09%
G = 36.96%
B = 30.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#70816C (or 0x70816C) is known color: Xanadu. HEX triplet: 70, 81 and 6C. RGB value is (112,129,108). Sum of RGB (Red+Green+Blue) = 112+129+108=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #70816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70816C is #8F7E93. Grayscale: #797979. Windows color (decimal): -9404052 or 7111024. OLE color: 7111024.

HSL color Cylindrical-coordinate representation of color #70816C: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70816C is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 108 -
CMYK 0.13 0 0.16 0.49
HSL 108.57º 0.09% 0.46% -
HSV(B) 108.57º 0.16% 0.51% -
XYZ 17.24 20.23 17.18 -
YUV 121.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 112 129 108 0.13 0 0.16 0.49 108.57 0.09 0.46
Hex 70 81 6C D 0 10 31 6D 9 2E
Octal 160 201 154 15 0 20 61 155 11 56
Binary 1110000 10000001 1101100 1101 0 10000 110001 1101101 1001 101110

Color Harmonies of #70816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70816C

Black with #70816C

Text Example


Text Example

White with #70816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70816C; }

 p { color: rgb(112,129,108); }

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

background-color css

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

 a { background-color: rgb(112,129,108); }

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

border-color css

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

 span { border-color: rgb(112,129,108); }

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