Html Css Color HEX #709267 Xanadu

📋 copy color: '#709267'

red 112 ◦ green 146 ◦ blue 103

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

Shades of Xanadu #709267

Tints of Xanadu #709267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 31.02%
G = 40.44%
B = 28.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#709267 (or 0x709267) is known color: Xanadu. HEX triplet: 70, 92 and 67. RGB value is (112,146,103). Sum of RGB (Red+Green+Blue) = 112+146+103=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #709267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709267 is #8F6D98. Grayscale: #838383. Windows color (decimal): -9399705 or 6787696. OLE color: 6787696.

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

Color convert

RGB 112 146 103 -
CMYK 0.23 0 0.29 0.43
HSL 107.44º 0.17% 0.49% -
HSV(B) 107.44º 0.29% 0.57% -
XYZ 19.41 24.98 16.63 -
YUV 130.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 112 146 103 0.23 0 0.29 0.43 107.44 0.17 0.49
Hex 70 92 67 17 0 1D 2B 6B 11 31
Octal 160 222 147 27 0 35 53 153 21 61
Binary 1110000 10010010 1100111 10111 0 11101 101011 1101011 10001 110001

Color Harmonies of #709267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709267

Black with #709267

Text Example


Text Example

White with #709267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709267; }

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

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

background-color css

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

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

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

border-color css

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

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

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