Html Css Color HEX #709263 Xanadu

📋 copy color: '#709263'

red 112 ◦ green 146 ◦ blue 99

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

Shades of Xanadu #709263

Tints of Xanadu #709263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

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

R = 31.37%
G = 40.9%
B = 27.73%

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

#709263 (or 0x709263) is known color: Xanadu. HEX triplet: 70, 92 and 63. RGB value is (112,146,99). Sum of RGB (Red+Green+Blue) = 112+146+99=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #709263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709263 is #8F6D9C. Grayscale: #828282. Windows color (decimal): -9399709 or 6525552. OLE color: 6525552.

HSL color Cylindrical-coordinate representation of color #709263: hue angle of 103.4º 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 #709263 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 99 -
CMYK 0.23 0 0.32 0.43
HSL 103.4º 0.19% 0.48% -
HSV(B) 103.4º 0.32% 0.57% -
XYZ 19.21 24.9 15.6 -
YUV 130.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 112 146 99 0.23 0 0.32 0.43 103.4 0.19 0.48
Hex 70 92 63 17 0 20 2B 67 13 30
Octal 160 222 143 27 0 40 53 147 23 60
Binary 1110000 10010010 1100011 10111 0 100000 101011 1100111 10011 110000

Color Harmonies of #709263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709263

Black with #709263

Text Example


Text Example

White with #709263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709263; }

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

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

background-color css

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

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

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

border-color css

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

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

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