Html Css Color HEX #709261 Xanadu

📋 copy color: '#709261'

red 112 ◦ green 146 ◦ blue 97

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

Shades of Xanadu #709261

Tints of Xanadu #709261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 31.55%
G = 41.13%
B = 27.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#709261 (or 0x709261) is known color: Xanadu. HEX triplet: 70, 92 and 61. RGB value is (112,146,97). Sum of RGB (Red+Green+Blue) = 112+146+97=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #709261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709261 is #8F6D9E. Grayscale: #828282. Windows color (decimal): -9399711 or 6394480. OLE color: 6394480.

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

Color convert

RGB 112 146 97 -
CMYK 0.23 0 0.34 0.43
HSL 101.63º 0.2% 0.48% -
HSV(B) 101.63º 0.34% 0.57% -
XYZ 19.12 24.87 15.1 -
YUV 130.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 112 146 97 0.23 0 0.34 0.43 101.63 0.2 0.48
Hex 70 92 61 17 0 22 2B 66 14 30
Octal 160 222 141 27 0 42 53 146 24 60
Binary 1110000 10010010 1100001 10111 0 100010 101011 1100110 10100 110000

Color Harmonies of #709261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709261

Black with #709261

Text Example


Text Example

White with #709261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709261; }

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

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

background-color css

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

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

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

border-color css

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

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

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