Html Css Color HEX #709461 Xanadu

📋 copy color: '#709461'

red 112 ◦ green 148 ◦ blue 97

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

Shades of Xanadu #709461

Tints of Xanadu #709461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 31.37%
G = 41.46%
B = 27.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#709461 (or 0x709461) is known color: Xanadu. HEX triplet: 70, 94 and 61. RGB value is (112,148,97). Sum of RGB (Red+Green+Blue) = 112+148+97=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #709461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709461 is #8F6B9E. Grayscale: #838383. Windows color (decimal): -9399199 or 6394992. OLE color: 6394992.

HSL color Cylindrical-coordinate representation of color #709461: hue angle of 102.35º 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 #709461 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 97 -
CMYK 0.24 0 0.34 0.42
HSL 102.35º 0.21% 0.48% -
HSV(B) 102.35º 0.34% 0.58% -
XYZ 19.43 25.49 15.2 -
YUV 131.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 112 148 97 0.24 0 0.34 0.42 102.35 0.21 0.48
Hex 70 94 61 18 0 22 2A 66 15 30
Octal 160 224 141 30 0 42 52 146 25 60
Binary 1110000 10010100 1100001 11000 0 100010 101010 1100110 10101 110000

Color Harmonies of #709461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709461

Black with #709461

Text Example


Text Example

White with #709461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709461; }

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

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

background-color css

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

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

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

border-color css

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

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

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