Html Css Color HEX #709266 Xanadu

📋 copy color: '#709266'

red 112 ◦ green 146 ◦ blue 102

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

Shades of Xanadu #709266

Tints of Xanadu #709266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 31.11%
G = 40.56%
B = 28.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#709266 (or 0x709266) is known color: Xanadu. HEX triplet: 70, 92 and 66. RGB value is (112,146,102). Sum of RGB (Red+Green+Blue) = 112+146+102=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #709266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709266 is #8F6D99. Grayscale: #828282. Windows color (decimal): -9399706 or 6722160. OLE color: 6722160.

HSL color Cylindrical-coordinate representation of color #709266: hue angle of 106.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709266 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 102 -
CMYK 0.23 0 0.30 0.43
HSL 106.36º 0.18% 0.49% -
HSV(B) 106.36º 0.3% 0.57% -
XYZ 19.36 24.96 16.37 -
YUV 130.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 112 146 102 0.23 0 0.30 0.43 106.36 0.18 0.49
Hex 70 92 66 17 0 1E 2B 6A 12 31
Octal 160 222 146 27 0 36 53 152 22 61
Binary 1110000 10010010 1100110 10111 0 11110 101011 1101010 10010 110001

Color Harmonies of #709266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709266

Black with #709266

Text Example


Text Example

White with #709266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709266; }

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

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

background-color css

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

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

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

border-color css

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

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

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