Html Css Color HEX #708366 Xanadu

📋 copy color: '#708366'

red 112 ◦ green 131 ◦ blue 102

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

Shades of Xanadu #708366

Tints of Xanadu #708366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

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

R = 32.46%
G = 37.97%
B = 29.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#708366 (or 0x708366) is known color: Xanadu. HEX triplet: 70, 83 and 66. RGB value is (112,131,102). Sum of RGB (Red+Green+Blue) = 112+131+102=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #708366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708366 is #8F7C99. Grayscale: #7A7A7A. Windows color (decimal): -9403546 or 6718320. OLE color: 6718320.

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

Color convert

RGB 112 131 102 -
CMYK 0.15 0 0.22 0.49
HSL 99.31º 0.12% 0.46% -
HSV(B) 99.31º 0.22% 0.51% -
XYZ 17.2 20.64 15.65 -
YUV 122.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 112 131 102 0.15 0 0.22 0.49 99.31 0.12 0.46
Hex 70 83 66 F 0 16 31 63 C 2E
Octal 160 203 146 17 0 26 61 143 14 56
Binary 1110000 10000011 1100110 1111 0 10110 110001 1100011 1100 101110

Color Harmonies of #708366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708366

Black with #708366

Text Example


Text Example

White with #708366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708366; }

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

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

background-color css

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

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

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

border-color css

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

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

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