Html Css Color HEX #708C66 Xanadu

📋 copy color: '#708C66'

red 112 ◦ green 140 ◦ blue 102

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

Shades of Xanadu #708C66

Tints of Xanadu #708C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

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

R = 31.64%
G = 39.55%
B = 28.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#708C66 (or 0x708C66) is known color: Xanadu. HEX triplet: 70, 8C and 66. RGB value is (112,140,102). Sum of RGB (Red+Green+Blue) = 112+140+102=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 140 - color contains mainly: green. Hex color #708C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C66 is #8F7399. Grayscale: #7F7F7F. Windows color (decimal): -9401242 or 6720624. OLE color: 6720624.

HSL color Cylindrical-coordinate representation of color #708C66: hue angle of 104.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708C66 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 102 -
CMYK 0.20 0 0.27 0.45
HSL 104.21º 0.16% 0.47% -
HSV(B) 104.21º 0.27% 0.55% -
XYZ 18.46 23.16 16.07 -
YUV 127.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 112 140 102 0.20 0 0.27 0.45 104.21 0.16 0.47
Hex 70 8C 66 14 0 1B 2D 68 10 2F
Octal 160 214 146 24 0 33 55 150 20 57
Binary 1110000 10001100 1100110 10100 0 11011 101101 1101000 10000 101111

Color Harmonies of #708C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C66

Black with #708C66

Text Example


Text Example

White with #708C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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