Html Css Color HEX #708466 Xanadu

📋 copy color: '#708466'

red 112 ◦ green 132 ◦ blue 102

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

Shades of Xanadu #708466

Tints of Xanadu #708466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 32.37%
G = 38.15%
B = 29.48%

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

#708466 (or 0x708466) is known color: Xanadu. HEX triplet: 70, 84 and 66. RGB value is (112,132,102). Sum of RGB (Red+Green+Blue) = 112+132+102=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #708466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708466 is #8F7B99. Grayscale: #7A7A7A. Windows color (decimal): -9403290 or 6718576. OLE color: 6718576.

HSL color Cylindrical-coordinate representation of color #708466: hue angle of 100º 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 #708466 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 102 -
CMYK 0.15 0 0.23 0.48
HSL 100º 0.13% 0.46% -
HSV(B) 100º 0.23% 0.52% -
XYZ 17.33 20.91 15.69 -
YUV 122.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 112 132 102 0.15 0 0.23 0.48 100 0.13 0.46
Hex 70 84 66 F 0 17 30 64 D 2E
Octal 160 204 146 17 0 27 60 144 15 56
Binary 1110000 10000100 1100110 1111 0 10111 110000 1100100 1101 101110

Color Harmonies of #708466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708466

Black with #708466

Text Example


Text Example

White with #708466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708466; }

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

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

background-color css

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

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

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

border-color css

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

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

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