Html Css Color HEX #709763 Xanadu

📋 copy color: '#709763'

red 112 ◦ green 151 ◦ blue 99

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

Shades of Xanadu #709763

Tints of Xanadu #709763

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 99 (39.06% from 255) = 27.35%

R = 30.94%
G = 41.71%
B = 27.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#709763 (or 0x709763) is known color: Xanadu. HEX triplet: 70, 97 and 63. RGB value is (112,151,99). Sum of RGB (Red+Green+Blue) = 112+151+99=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #709763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709763 is #8F689C. Grayscale: #858585. Windows color (decimal): -9398429 or 6526832. OLE color: 6526832.

HSL color Cylindrical-coordinate representation of color #709763: hue angle of 105º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709763 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 99 -
CMYK 0.26 0 0.34 0.41
HSL 105º 0.21% 0.49% -
HSV(B) 105º 0.34% 0.59% -
XYZ 20 26.48 15.86 -
YUV 133.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 112 151 99 0.26 0 0.34 0.41 105 0.21 0.49
Hex 70 97 63 1A 0 22 29 69 15 31
Octal 160 227 143 32 0 42 51 151 25 61
Binary 1110000 10010111 1100011 11010 0 100010 101001 1101001 10101 110001

Color Harmonies of #709763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709763

Black with #709763

Text Example


Text Example

White with #709763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709763; }

 p { color: rgb(112,151,99); }

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

background-color css

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

 a { background-color: rgb(112,151,99); }

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

border-color css

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

 span { border-color: rgb(112,151,99); }

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