Html Css Color HEX #709562 Xanadu

📋 copy color: '#709562'

red 112 ◦ green 149 ◦ blue 98

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

Shades of Xanadu #709562

Tints of Xanadu #709562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 31.2%
G = 41.5%
B = 27.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#709562 (or 0x709562) is known color: Xanadu. HEX triplet: 70, 95 and 62. RGB value is (112,149,98). Sum of RGB (Red+Green+Blue) = 112+149+98=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #709562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709562 is #8F6A9D. Grayscale: #848484. Windows color (decimal): -9398942 or 6460784. OLE color: 6460784.

HSL color Cylindrical-coordinate representation of color #709562: hue angle of 103.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709562 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 98 -
CMYK 0.25 0 0.34 0.42
HSL 103.53º 0.21% 0.48% -
HSV(B) 103.53º 0.34% 0.58% -
XYZ 19.63 25.82 15.5 -
YUV 132.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 112 149 98 0.25 0 0.34 0.42 103.53 0.21 0.48
Hex 70 95 62 19 0 22 2A 68 15 30
Octal 160 225 142 31 0 42 52 150 25 60
Binary 1110000 10010101 1100010 11001 0 100010 101010 1101000 10101 110000

Color Harmonies of #709562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709562

Black with #709562

Text Example


Text Example

White with #709562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709562; }

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

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

background-color css

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

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

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

border-color css

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

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

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