Html Css Color HEX #708465 Xanadu

📋 copy color: '#708465'

red 112 ◦ green 132 ◦ blue 101

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

Shades of Xanadu #708465

Tints of Xanadu #708465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

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

R = 32.46%
G = 38.26%
B = 29.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#708465 (or 0x708465) is known color: Xanadu. HEX triplet: 70, 84 and 65. RGB value is (112,132,101). Sum of RGB (Red+Green+Blue) = 112+132+101=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #708465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708465 is #8F7B9A. Grayscale: #7A7A7A. Windows color (decimal): -9403291 or 6653040. OLE color: 6653040.

HSL color Cylindrical-coordinate representation of color #708465: hue angle of 98.71º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708465 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 101 -
CMYK 0.15 0 0.23 0.48
HSL 98.71º 0.13% 0.46% -
HSV(B) 98.71º 0.23% 0.52% -
XYZ 17.28 20.89 15.43 -
YUV 122.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 112 132 101 0.15 0 0.23 0.48 98.71 0.13 0.46
Hex 70 84 65 F 0 17 30 63 D 2E
Octal 160 204 145 17 0 27 60 143 15 56
Binary 1110000 10000100 1100101 1111 0 10111 110000 1100011 1101 101110

Color Harmonies of #708465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708465

Black with #708465

Text Example


Text Example

White with #708465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708465; }

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

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

background-color css

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

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

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

border-color css

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

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

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