Html Css Color HEX #708967 Xanadu

📋 copy color: '#708967'

red 112 ◦ green 137 ◦ blue 103

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

Shades of Xanadu #708967

Tints of Xanadu #708967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

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

R = 31.82%
G = 38.92%
B = 29.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#708967 (or 0x708967) is known color: Xanadu. HEX triplet: 70, 89 and 67. RGB value is (112,137,103). Sum of RGB (Red+Green+Blue) = 112+137+103=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #708967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708967 is #8F7698. Grayscale: #7D7D7D. Windows color (decimal): -9402009 or 6785392. OLE color: 6785392.

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

Color convert

RGB 112 137 103 -
CMYK 0.18 0 0.25 0.46
HSL 104.12º 0.14% 0.47% -
HSV(B) 104.12º 0.25% 0.54% -
XYZ 18.08 22.32 16.19 -
YUV 125.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 112 137 103 0.18 0 0.25 0.46 104.12 0.14 0.47
Hex 70 89 67 12 0 19 2E 68 E 2F
Octal 160 211 147 22 0 31 56 150 16 57
Binary 1110000 10001001 1100111 10010 0 11001 101110 1101000 1110 101111

Color Harmonies of #708967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708967

Black with #708967

Text Example


Text Example

White with #708967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708967; }

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

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

background-color css

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

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

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

border-color css

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

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

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