Html Css Color HEX #708469 Xanadu

📋 copy color: '#708469'

red 112 ◦ green 132 ◦ blue 105

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

Shades of Xanadu #708469

Tints of Xanadu #708469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

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

R = 32.09%
G = 37.82%
B = 30.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#708469 (or 0x708469) is known color: Xanadu. HEX triplet: 70, 84 and 69. RGB value is (112,132,105). Sum of RGB (Red+Green+Blue) = 112+132+105=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #708469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708469 is #8F7B96. Grayscale: #7B7B7B. Windows color (decimal): -9403287 or 6915184. OLE color: 6915184.

HSL color Cylindrical-coordinate representation of color #708469: hue angle of 104.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708469 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 105 -
CMYK 0.15 0 0.20 0.48
HSL 104.44º 0.11% 0.46% -
HSV(B) 104.44º 0.2% 0.52% -
XYZ 17.48 20.97 16.49 -
YUV 122.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 112 132 105 0.15 0 0.20 0.48 104.44 0.11 0.46
Hex 70 84 69 F 0 14 30 68 B 2E
Octal 160 204 151 17 0 24 60 150 13 56
Binary 1110000 10000100 1101001 1111 0 10100 110000 1101000 1011 101110

Color Harmonies of #708469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708469

Black with #708469

Text Example


Text Example

White with #708469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708469; }

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

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

background-color css

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

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

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

border-color css

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

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

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