Html Css Color HEX #709569 Xanadu

📋 copy color: '#709569'

red 112 ◦ green 149 ◦ blue 105

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

Shades of Xanadu #709569

Tints of Xanadu #709569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

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

R = 30.6%
G = 40.71%
B = 28.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#709569 (or 0x709569) is known color: Xanadu. HEX triplet: 70, 95 and 69. RGB value is (112,149,105). Sum of RGB (Red+Green+Blue) = 112+149+105=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #709569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709569 is #8F6A96. Grayscale: #858585. Windows color (decimal): -9398935 or 6919536. OLE color: 6919536.

HSL color Cylindrical-coordinate representation of color #709569: hue angle of 110.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709569 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 105 -
CMYK 0.25 0 0.30 0.42
HSL 110.45º 0.17% 0.5% -
HSV(B) 110.45º 0.3% 0.58% -
XYZ 19.98 25.96 17.32 -
YUV 132.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 112 149 105 0.25 0 0.30 0.42 110.45 0.17 0.5
Hex 70 95 69 19 0 1E 2A 6E 11 32
Octal 160 225 151 31 0 36 52 156 21 62
Binary 1110000 10010101 1101001 11001 0 11110 101010 1101110 10001 110010

Color Harmonies of #709569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709569

Black with #709569

Text Example


Text Example

White with #709569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709569; }

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

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

background-color css

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

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

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

border-color css

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

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

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