Html Css Color HEX #708266 Xanadu

📋 copy color: '#708266'

red 112 ◦ green 130 ◦ blue 102

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

Shades of Xanadu #708266

Tints of Xanadu #708266

RGB

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

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

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

R = 32.56%
G = 37.79%
B = 29.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#708266 (or 0x708266) is known color: Xanadu. HEX triplet: 70, 82 and 66. RGB value is (112,130,102). Sum of RGB (Red+Green+Blue) = 112+130+102=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #708266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708266 is #8F7D99. Grayscale: #797979. Windows color (decimal): -9403802 or 6718064. OLE color: 6718064.

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

Color convert

RGB 112 130 102 -
CMYK 0.14 0 0.22 0.49
HSL 98.57º 0.12% 0.45% -
HSV(B) 98.57º 0.22% 0.51% -
XYZ 17.06 20.37 15.6 -
YUV 121.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 112 130 102 0.14 0 0.22 0.49 98.57 0.12 0.45
Hex 70 82 66 E 0 16 31 63 C 2D
Octal 160 202 146 16 0 26 61 143 14 55
Binary 1110000 10000010 1100110 1110 0 10110 110001 1100011 1100 101101

Color Harmonies of #708266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708266

Black with #708266

Text Example


Text Example

White with #708266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708266; }

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

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

background-color css

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

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

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

border-color css

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

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

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