Html Css Color HEX #718E64 Xanadu

📋 copy color: '#718E64'

red 113 ◦ green 142 ◦ blue 100

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

Shades of Xanadu #718E64

Tints of Xanadu #718E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 31.83%
G = 40%
B = 28.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#718E64 (or 0x718E64) is known color: Xanadu. HEX triplet: 71, 8E and 64. RGB value is (113,142,100). Sum of RGB (Red+Green+Blue) = 113+142+100=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #718E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E64 is #8E719B. Grayscale: #808080. Windows color (decimal): -9335196 or 6590065. OLE color: 6590065.

HSL color Cylindrical-coordinate representation of color #718E64: hue angle of 101.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718E64 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 142 100 -
CMYK 0.20 0 0.30 0.44
HSL 101.43º 0.17% 0.47% -
HSV(B) 101.43º 0.3% 0.56% -
XYZ 18.78 23.78 15.66 -
YUV 128.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 113 142 100 0.20 0 0.30 0.44 101.43 0.17 0.47
Hex 71 8E 64 14 0 1E 2C 65 11 2F
Octal 161 216 144 24 0 36 54 145 21 57
Binary 1110001 10001110 1100100 10100 0 11110 101100 1100101 10001 101111

Color Harmonies of #718E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718E64

Black with #718E64

Text Example


Text Example

White with #718E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,142,100); }

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

background-color css

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

 a { background-color: rgb(113,142,100); }

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

border-color css

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

 span { border-color: rgb(113,142,100); }

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