Html Css Color HEX #718F64 Xanadu

📋 copy color: '#718F64'

red 113 ◦ green 143 ◦ blue 100

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

Shades of Xanadu #718F64

Tints of Xanadu #718F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

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

R = 31.74%
G = 40.17%
B = 28.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#718F64 (or 0x718F64) is known color: Xanadu. HEX triplet: 71, 8F and 64. RGB value is (113,143,100). Sum of RGB (Red+Green+Blue) = 113+143+100=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #718F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F64 is #8E709B. Grayscale: #818181. Windows color (decimal): -9334940 or 6590321. OLE color: 6590321.

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

Color convert

RGB 113 143 100 -
CMYK 0.21 0 0.30 0.44
HSL 101.86º 0.18% 0.48% -
HSV(B) 101.86º 0.3% 0.56% -
XYZ 18.93 24.08 15.71 -
YUV 129.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 113 143 100 0.21 0 0.30 0.44 101.86 0.18 0.48
Hex 71 8F 64 15 0 1E 2C 66 12 30
Octal 161 217 144 25 0 36 54 146 22 60
Binary 1110001 10001111 1100100 10101 0 11110 101100 1100110 10010 110000

Color Harmonies of #718F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F64

Black with #718F64

Text Example


Text Example

White with #718F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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