Html Css Color HEX #709069 Xanadu

📋 copy color: '#709069'

red 112 ◦ green 144 ◦ blue 105

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

Shades of Xanadu #709069

Tints of Xanadu #709069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 31.02%
G = 39.89%
B = 29.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#709069 (or 0x709069) is known color: Xanadu. HEX triplet: 70, 90 and 69. RGB value is (112,144,105). Sum of RGB (Red+Green+Blue) = 112+144+105=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #709069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709069 is #8F6F96. Grayscale: #828282. Windows color (decimal): -9400215 or 6918256. OLE color: 6918256.

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

Color convert

RGB 112 144 105 -
CMYK 0.22 0 0.27 0.44
HSL 109.23º 0.16% 0.49% -
HSV(B) 109.23º 0.27% 0.56% -
XYZ 19.21 24.41 17.06 -
YUV 129.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 112 144 105 0.22 0 0.27 0.44 109.23 0.16 0.49
Hex 70 90 69 16 0 1B 2C 6D 10 31
Octal 160 220 151 26 0 33 54 155 20 61
Binary 1110000 10010000 1101001 10110 0 11011 101100 1101101 10000 110001

Color Harmonies of #709069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709069

Black with #709069

Text Example


Text Example

White with #709069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709069; }

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

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

background-color css

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

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

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

border-color css

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

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

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