Html Css Color HEX #708E65 Xanadu

📋 copy color: '#708E65'

red 112 ◦ green 142 ◦ blue 101

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

Shades of Xanadu #708E65

Tints of Xanadu #708E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 31.55%
G = 40%
B = 28.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#708E65 (or 0x708E65) is known color: Xanadu. HEX triplet: 70, 8E and 65. RGB value is (112,142,101). Sum of RGB (Red+Green+Blue) = 112+142+101=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #708E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E65 is #8F719A. Grayscale: #808080. Windows color (decimal): -9400731 or 6655600. OLE color: 6655600.

HSL color Cylindrical-coordinate representation of color #708E65: hue angle of 103.9º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708E65 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 142 101 -
CMYK 0.21 0 0.29 0.44
HSL 103.9º 0.17% 0.48% -
HSV(B) 103.9º 0.29% 0.56% -
XYZ 18.7 23.73 15.91 -
YUV 128.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 112 142 101 0.21 0 0.29 0.44 103.9 0.17 0.48
Hex 70 8E 65 15 0 1D 2C 68 11 30
Octal 160 216 145 25 0 35 54 150 21 60
Binary 1110000 10001110 1100101 10101 0 11101 101100 1101000 10001 110000

Color Harmonies of #708E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E65

Black with #708E65

Text Example


Text Example

White with #708E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,142,101); }

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

background-color css

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

 a { background-color: rgb(112,142,101); }

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

border-color css

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

 span { border-color: rgb(112,142,101); }

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