Html Css Color HEX #719268 Xanadu

📋 copy color: '#719268'

red 113 ◦ green 146 ◦ blue 104

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

Shades of Xanadu #719268

Tints of Xanadu #719268

RGB

 RED value IS 113 (44.53% from 255) = 31.13%

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 31.13%
G = 40.22%
B = 28.65%

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

#719268 (or 0x719268) is known color: Xanadu. HEX triplet: 71, 92 and 68. RGB value is (113,146,104). Sum of RGB (Red+Green+Blue) = 113+146+104=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #719268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719268 is #8E6D97. Grayscale: #838383. Windows color (decimal): -9334168 or 6853233. OLE color: 6853233.

HSL color Cylindrical-coordinate representation of color #719268: hue angle of 107.14º 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 #719268 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 104 -
CMYK 0.23 0 0.29 0.43
HSL 107.14º 0.17% 0.49% -
HSV(B) 107.14º 0.29% 0.57% -
XYZ 19.59 25.07 16.9 -
YUV 131.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 113 146 104 0.23 0 0.29 0.43 107.14 0.17 0.49
Hex 71 92 68 17 0 1D 2B 6B 11 31
Octal 161 222 150 27 0 35 53 153 21 61
Binary 1110001 10010010 1101000 10111 0 11101 101011 1101011 10001 110001

Color Harmonies of #719268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719268

Black with #719268

Text Example


Text Example

White with #719268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719268; }

 p { color: rgb(113,146,104); }

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

background-color css

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

 a { background-color: rgb(113,146,104); }

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

border-color css

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

 span { border-color: rgb(113,146,104); }

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