Html Css Color HEX #70856A Xanadu

📋 copy color: '#70856A'

red 112 ◦ green 133 ◦ blue 106

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

Shades of Xanadu #70856A

Tints of Xanadu #70856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 31.91%
G = 37.89%
B = 30.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#70856A (or 0x70856A) is known color: Xanadu. HEX triplet: 70, 85 and 6A. RGB value is (112,133,106). Sum of RGB (Red+Green+Blue) = 112+133+106=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #70856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70856A is #8F7A95. Grayscale: #7B7B7B. Windows color (decimal): -9403030 or 6980976. OLE color: 6980976.

HSL color Cylindrical-coordinate representation of color #70856A: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70856A is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 106 -
CMYK 0.16 0 0.20 0.48
HSL 106.67º 0.11% 0.47% -
HSV(B) 106.67º 0.2% 0.52% -
XYZ 17.67 21.26 16.81 -
YUV 123.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 112 133 106 0.16 0 0.20 0.48 106.67 0.11 0.47
Hex 70 85 6A 10 0 14 30 6B B 2F
Octal 160 205 152 20 0 24 60 153 13 57
Binary 1110000 10000101 1101010 10000 0 10100 110000 1101011 1011 101111

Color Harmonies of #70856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70856A

Black with #70856A

Text Example


Text Example

White with #70856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70856A; }

 p { color: rgb(112,133,106); }

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

background-color css

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

 a { background-color: rgb(112,133,106); }

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

border-color css

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

 span { border-color: rgb(112,133,106); }

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