Html Css Color HEX #708367 Xanadu

📋 copy color: '#708367'

red 112 ◦ green 131 ◦ blue 103

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

Shades of Xanadu #708367

Tints of Xanadu #708367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 32.37%
G = 37.86%
B = 29.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#708367 (or 0x708367) is known color: Xanadu. HEX triplet: 70, 83 and 67. RGB value is (112,131,103). Sum of RGB (Red+Green+Blue) = 112+131+103=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #708367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708367 is #8F7C98. Grayscale: #7A7A7A. Windows color (decimal): -9403545 or 6783856. OLE color: 6783856.

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

Color convert

RGB 112 131 103 -
CMYK 0.15 0 0.21 0.49
HSL 100.71º 0.12% 0.46% -
HSV(B) 100.71º 0.21% 0.51% -
XYZ 17.25 20.66 15.91 -
YUV 122.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 112 131 103 0.15 0 0.21 0.49 100.71 0.12 0.46
Hex 70 83 67 F 0 15 31 65 C 2E
Octal 160 203 147 17 0 25 61 145 14 56
Binary 1110000 10000011 1100111 1111 0 10101 110001 1100101 1100 101110

Color Harmonies of #708367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708367

Black with #708367

Text Example


Text Example

White with #708367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708367; }

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

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

background-color css

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

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

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

border-color css

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

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

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