Html Css Color HEX #709565 Xanadu

📋 copy color: '#709565'

red 112 ◦ green 149 ◦ blue 101

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

Shades of Xanadu #709565

Tints of Xanadu #709565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 30.94%
G = 41.16%
B = 27.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#709565 (or 0x709565) is known color: Xanadu. HEX triplet: 70, 95 and 65. RGB value is (112,149,101). Sum of RGB (Red+Green+Blue) = 112+149+101=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #709565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709565 is #8F6A9A. Grayscale: #848484. Windows color (decimal): -9398939 or 6657392. OLE color: 6657392.

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

Color convert

RGB 112 149 101 -
CMYK 0.25 0 0.32 0.42
HSL 106.25º 0.19% 0.49% -
HSV(B) 106.25º 0.32% 0.58% -
XYZ 19.78 25.88 16.26 -
YUV 132.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 112 149 101 0.25 0 0.32 0.42 106.25 0.19 0.49
Hex 70 95 65 19 0 20 2A 6A 13 31
Octal 160 225 145 31 0 40 52 152 23 61
Binary 1110000 10010101 1100101 11001 0 100000 101010 1101010 10011 110001

Color Harmonies of #709565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709565

Black with #709565

Text Example


Text Example

White with #709565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709565; }

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

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

background-color css

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

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

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

border-color css

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

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

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