Html Css Color HEX #718268 Xanadu

📋 copy color: '#718268'

red 113 ◦ green 130 ◦ blue 104

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

Shades of Xanadu #718268

Tints of Xanadu #718268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 32.56%
G = 37.46%
B = 29.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#718268 (or 0x718268) is known color: Xanadu. HEX triplet: 71, 82 and 68. RGB value is (113,130,104). Sum of RGB (Red+Green+Blue) = 113+130+104=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #718268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718268 is #8E7D97. Grayscale: #7A7A7A. Windows color (decimal): -9338264 or 6849137. OLE color: 6849137.

HSL color Cylindrical-coordinate representation of color #718268: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718268 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 104 -
CMYK 0.13 0 0.2 0.49
HSL 99.23º 0.11% 0.46% -
HSV(B) 99.23º 0.2% 0.51% -
XYZ 17.29 20.48 16.14 -
YUV 121.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 113 130 104 0.13 0 0.2 0.49 99.23 0.11 0.46
Hex 71 82 68 D 0 14 31 63 B 2E
Octal 161 202 150 15 0 24 61 143 13 56
Binary 1110001 10000010 1101000 1101 0 10100 110001 1100011 1011 101110

Color Harmonies of #718268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718268

Black with #718268

Text Example


Text Example

White with #718268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718268; }

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

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

background-color css

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

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

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

border-color css

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

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

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