Html Css Color HEX #708268 Xanadu

📋 copy color: '#708268'

red 112 ◦ green 130 ◦ blue 104

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

Shades of Xanadu #708268

Tints of Xanadu #708268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 32.37%
G = 37.57%
B = 30.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#708268 (or 0x708268) is known color: Xanadu. HEX triplet: 70, 82 and 68. RGB value is (112,130,104). Sum of RGB (Red+Green+Blue) = 112+130+104=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #708268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708268 is #8F7D97. Grayscale: #797979. Windows color (decimal): -9403800 or 6849136. OLE color: 6849136.

HSL color Cylindrical-coordinate representation of color #708268: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708268 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 104 -
CMYK 0.14 0 0.2 0.49
HSL 101.54º 0.11% 0.46% -
HSV(B) 101.54º 0.2% 0.51% -
XYZ 17.16 20.41 16.13 -
YUV 121.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 112 130 104 0.14 0 0.2 0.49 101.54 0.11 0.46
Hex 70 82 68 E 0 14 31 66 B 2E
Octal 160 202 150 16 0 24 61 146 13 56
Binary 1110000 10000010 1101000 1110 0 10100 110001 1100110 1011 101110

Color Harmonies of #708268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708268

Black with #708268

Text Example


Text Example

White with #708268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708268; }

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

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

background-color css

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

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

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

border-color css

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

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

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