Html Css Color HEX #709262 Xanadu

📋 copy color: '#709262'

red 112 ◦ green 146 ◦ blue 98

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

Shades of Xanadu #709262

Tints of Xanadu #709262

RGB

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

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

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

R = 31.46%
G = 41.01%
B = 27.53%

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

#709262 (or 0x709262) is known color: Xanadu. HEX triplet: 70, 92 and 62. RGB value is (112,146,98). Sum of RGB (Red+Green+Blue) = 112+146+98=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #709262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709262 is #8F6D9D. Grayscale: #828282. Windows color (decimal): -9399710 or 6460016. OLE color: 6460016.

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

Color convert

RGB 112 146 98 -
CMYK 0.23 0 0.33 0.43
HSL 102.5º 0.2% 0.48% -
HSV(B) 102.5º 0.33% 0.57% -
XYZ 19.17 24.88 15.35 -
YUV 130.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 112 146 98 0.23 0 0.33 0.43 102.5 0.2 0.48
Hex 70 92 62 17 0 21 2B 66 14 30
Octal 160 222 142 27 0 41 53 146 24 60
Binary 1110000 10010010 1100010 10111 0 100001 101011 1100110 10100 110000

Color Harmonies of #709262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709262

Black with #709262

Text Example


Text Example

White with #709262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709262; }

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

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

background-color css

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

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

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

border-color css

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

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

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