Html Css Color HEX #718C68 Xanadu

📋 copy color: '#718C68'

red 113 ◦ green 140 ◦ blue 104

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

Shades of Xanadu #718C68

Tints of Xanadu #718C68

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

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

R = 31.65%
G = 39.22%
B = 29.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#718C68 (or 0x718C68) is known color: Xanadu. HEX triplet: 71, 8C and 68. RGB value is (113,140,104). Sum of RGB (Red+Green+Blue) = 113+140+104=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #718C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C68 is #8E7397. Grayscale: #7F7F7F. Windows color (decimal): -9335704 or 6851697. OLE color: 6851697.

HSL color Cylindrical-coordinate representation of color #718C68: hue angle of 105º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718C68 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 104 -
CMYK 0.19 0 0.26 0.45
HSL 105º 0.15% 0.48% -
HSV(B) 105º 0.26% 0.55% -
XYZ 18.69 23.27 16.6 -
YUV 127.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 113 140 104 0.19 0 0.26 0.45 105 0.15 0.48
Hex 71 8C 68 13 0 1A 2D 69 F 30
Octal 161 214 150 23 0 32 55 151 17 60
Binary 1110001 10001100 1101000 10011 0 11010 101101 1101001 1111 110000

Color Harmonies of #718C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C68

Black with #718C68

Text Example


Text Example

White with #718C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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