Html Css Color HEX #708765 Xanadu

📋 copy color: '#708765'

red 112 ◦ green 135 ◦ blue 101

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

Shades of Xanadu #708765

Tints of Xanadu #708765

RGB

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

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

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

R = 32.18%
G = 38.79%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#708765 (or 0x708765) is known color: Xanadu. HEX triplet: 70, 87 and 65. RGB value is (112,135,101). Sum of RGB (Red+Green+Blue) = 112+135+101=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #708765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708765 is #8F789A. Grayscale: #7C7C7C. Windows color (decimal): -9402523 or 6653808. OLE color: 6653808.

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

Color convert

RGB 112 135 101 -
CMYK 0.17 0 0.25 0.47
HSL 100.59º 0.14% 0.46% -
HSV(B) 100.59º 0.25% 0.53% -
XYZ 17.7 21.71 15.57 -
YUV 124.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 112 135 101 0.17 0 0.25 0.47 100.59 0.14 0.46
Hex 70 87 65 11 0 19 2F 65 E 2E
Octal 160 207 145 21 0 31 57 145 16 56
Binary 1110000 10000111 1100101 10001 0 11001 101111 1100101 1110 101110

Color Harmonies of #708765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708765

Black with #708765

Text Example


Text Example

White with #708765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708765; }

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

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

background-color css

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

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

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

border-color css

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

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

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