Html Css Color HEX #708865 Xanadu

📋 copy color: '#708865'

red 112 ◦ green 136 ◦ blue 101

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

Shades of Xanadu #708865

Tints of Xanadu #708865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 32.09%
G = 38.97%
B = 28.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#708865 (or 0x708865) is known color: Xanadu. HEX triplet: 70, 88 and 65. RGB value is (112,136,101). Sum of RGB (Red+Green+Blue) = 112+136+101=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #708865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708865 is #8F779A. Grayscale: #7C7C7C. Windows color (decimal): -9402267 or 6654064. OLE color: 6654064.

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

Color convert

RGB 112 136 101 -
CMYK 0.18 0 0.26 0.47
HSL 101.14º 0.15% 0.46% -
HSV(B) 101.14º 0.26% 0.53% -
XYZ 17.84 21.99 15.62 -
YUV 124.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 112 136 101 0.18 0 0.26 0.47 101.14 0.15 0.46
Hex 70 88 65 12 0 1A 2F 65 F 2E
Octal 160 210 145 22 0 32 57 145 17 56
Binary 1110000 10001000 1100101 10010 0 11010 101111 1100101 1111 101110

Color Harmonies of #708865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708865

Black with #708865

Text Example


Text Example

White with #708865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708865; }

 p { color: rgb(112,136,101); }

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

background-color css

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

 a { background-color: rgb(112,136,101); }

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

border-color css

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

 span { border-color: rgb(112,136,101); }

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