Html Css Color HEX #709063 Xanadu

📋 copy color: '#709063'

red 112 ◦ green 144 ◦ blue 99

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

Shades of Xanadu #709063

Tints of Xanadu #709063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

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

R = 31.55%
G = 40.56%
B = 27.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#709063 (or 0x709063) is known color: Xanadu. HEX triplet: 70, 90 and 63. RGB value is (112,144,99). Sum of RGB (Red+Green+Blue) = 112+144+99=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #709063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709063 is #8F6F9C. Grayscale: #818181. Windows color (decimal): -9400221 or 6525040. OLE color: 6525040.

HSL color Cylindrical-coordinate representation of color #709063: hue angle of 102.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709063 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 99 -
CMYK 0.22 0 0.31 0.44
HSL 102.67º 0.19% 0.48% -
HSV(B) 102.67º 0.31% 0.56% -
XYZ 18.91 24.29 15.5 -
YUV 129.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 112 144 99 0.22 0 0.31 0.44 102.67 0.19 0.48
Hex 70 90 63 16 0 1F 2C 67 13 30
Octal 160 220 143 26 0 37 54 147 23 60
Binary 1110000 10010000 1100011 10110 0 11111 101100 1100111 10011 110000

Color Harmonies of #709063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709063

Black with #709063

Text Example


Text Example

White with #709063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709063; }

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

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

background-color css

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

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

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

border-color css

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

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

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