Html Css Color HEX #709762 Xanadu

📋 copy color: '#709762'

red 112 ◦ green 151 ◦ blue 98

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

Shades of Xanadu #709762

Tints of Xanadu #709762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 31.02%
G = 41.83%
B = 27.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#709762 (or 0x709762) is known color: Xanadu. HEX triplet: 70, 97 and 62. RGB value is (112,151,98). Sum of RGB (Red+Green+Blue) = 112+151+98=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #709762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709762 is #8F689D. Grayscale: #858585. Windows color (decimal): -9398430 or 6461296. OLE color: 6461296.

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

Color convert

RGB 112 151 98 -
CMYK 0.26 0 0.35 0.41
HSL 104.15º 0.21% 0.49% -
HSV(B) 104.15º 0.35% 0.59% -
XYZ 19.95 26.46 15.61 -
YUV 133.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 112 151 98 0.26 0 0.35 0.41 104.15 0.21 0.49
Hex 70 97 62 1A 0 23 29 68 15 31
Octal 160 227 142 32 0 43 51 150 25 61
Binary 1110000 10010111 1100010 11010 0 100011 101001 1101000 10101 110001

Color Harmonies of #709762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709762

Black with #709762

Text Example


Text Example

White with #709762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709762; }

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

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

background-color css

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

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

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

border-color css

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

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

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