Html Css Color HEX #709161 Xanadu

📋 copy color: '#709161'

red 112 ◦ green 145 ◦ blue 97

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

Shades of Xanadu #709161

Tints of Xanadu #709161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 31.64%
G = 40.96%
B = 27.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#709161 (or 0x709161) is known color: Xanadu. HEX triplet: 70, 91 and 61. RGB value is (112,145,97). Sum of RGB (Red+Green+Blue) = 112+145+97=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #709161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709161 is #8F6E9E. Grayscale: #818181. Windows color (decimal): -9399967 or 6394224. OLE color: 6394224.

HSL color Cylindrical-coordinate representation of color #709161: hue angle of 101.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709161 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 97 -
CMYK 0.23 0 0.33 0.43
HSL 101.25º 0.2% 0.47% -
HSV(B) 101.25º 0.33% 0.57% -
XYZ 18.97 24.56 15.05 -
YUV 129.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 112 145 97 0.23 0 0.33 0.43 101.25 0.2 0.47
Hex 70 91 61 17 0 21 2B 65 14 2F
Octal 160 221 141 27 0 41 53 145 24 57
Binary 1110000 10010001 1100001 10111 0 100001 101011 1100101 10100 101111

Color Harmonies of #709161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709161

Black with #709161

Text Example


Text Example

White with #709161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709161; }

 p { color: rgb(112,145,97); }

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

background-color css

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

 a { background-color: rgb(112,145,97); }

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

border-color css

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

 span { border-color: rgb(112,145,97); }

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