Html Css Color HEX #708468 Xanadu

📋 copy color: '#708468'

red 112 ◦ green 132 ◦ blue 104

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

Shades of Xanadu #708468

Tints of Xanadu #708468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 32.18%
G = 37.93%
B = 29.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#708468 (or 0x708468) is known color: Xanadu. HEX triplet: 70, 84 and 68. RGB value is (112,132,104). Sum of RGB (Red+Green+Blue) = 112+132+104=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #708468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708468 is #8F7B97. Grayscale: #7A7A7A. Windows color (decimal): -9403288 or 6849648. OLE color: 6849648.

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

Color convert

RGB 112 132 104 -
CMYK 0.15 0 0.21 0.48
HSL 102.86º 0.12% 0.46% -
HSV(B) 102.86º 0.21% 0.52% -
XYZ 17.43 20.95 16.22 -
YUV 122.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 112 132 104 0.15 0 0.21 0.48 102.86 0.12 0.46
Hex 70 84 68 F 0 15 30 67 C 2E
Octal 160 204 150 17 0 25 60 147 14 56
Binary 1110000 10000100 1101000 1111 0 10101 110000 1100111 1100 101110

Color Harmonies of #708468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708468

Black with #708468

Text Example


Text Example

White with #708468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708468; }

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

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

background-color css

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

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

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

border-color css

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

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

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