Html Css Color HEX #709163 Xanadu

📋 copy color: '#709163'

red 112 ◦ green 145 ◦ blue 99

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

Shades of Xanadu #709163

Tints of Xanadu #709163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 31.46%
G = 40.73%
B = 27.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#709163 (or 0x709163) is known color: Xanadu. HEX triplet: 70, 91 and 63. RGB value is (112,145,99). Sum of RGB (Red+Green+Blue) = 112+145+99=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #709163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709163 is #8F6E9C. Grayscale: #828282. Windows color (decimal): -9399965 or 6525296. OLE color: 6525296.

HSL color Cylindrical-coordinate representation of color #709163: hue angle of 103.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709163 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 99 -
CMYK 0.23 0 0.32 0.43
HSL 103.04º 0.19% 0.48% -
HSV(B) 103.04º 0.32% 0.57% -
XYZ 19.06 24.6 15.55 -
YUV 129.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 112 145 99 0.23 0 0.32 0.43 103.04 0.19 0.48
Hex 70 91 63 17 0 20 2B 67 13 30
Octal 160 221 143 27 0 40 53 147 23 60
Binary 1110000 10010001 1100011 10111 0 100000 101011 1100111 10011 110000

Color Harmonies of #709163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709163

Black with #709163

Text Example


Text Example

White with #709163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709163; }

 p { color: rgb(112,145,99); }

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

background-color css

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

 a { background-color: rgb(112,145,99); }

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

border-color css

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

 span { border-color: rgb(112,145,99); }

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