Html Css Color HEX #708764 Xanadu

📋 copy color: '#708764'

red 112 ◦ green 135 ◦ blue 100

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

Shades of Xanadu #708764

Tints of Xanadu #708764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 32.28%
G = 38.9%
B = 28.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#708764 (or 0x708764) is known color: Xanadu. HEX triplet: 70, 87 and 64. RGB value is (112,135,100). Sum of RGB (Red+Green+Blue) = 112+135+100=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #708764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708764 is #8F789B. Grayscale: #7C7C7C. Windows color (decimal): -9402524 or 6588272. OLE color: 6588272.

HSL color Cylindrical-coordinate representation of color #708764: hue angle of 99.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708764 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 100 -
CMYK 0.17 0 0.26 0.47
HSL 99.43º 0.15% 0.46% -
HSV(B) 99.43º 0.26% 0.53% -
XYZ 17.65 21.69 15.31 -
YUV 124.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 112 135 100 0.17 0 0.26 0.47 99.43 0.15 0.46
Hex 70 87 64 11 0 1A 2F 63 F 2E
Octal 160 207 144 21 0 32 57 143 17 56
Binary 1110000 10000111 1100100 10001 0 11010 101111 1100011 1111 101110

Color Harmonies of #708764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708764

Black with #708764

Text Example


Text Example

White with #708764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708764; }

 p { color: rgb(112,135,100); }

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

background-color css

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

 a { background-color: rgb(112,135,100); }

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

border-color css

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

 span { border-color: rgb(112,135,100); }

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