Html Css Color HEX #718665 Xanadu

📋 copy color: '#718665'

red 113 ◦ green 134 ◦ blue 101

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

Shades of Xanadu #718665

Tints of Xanadu #718665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 32.47%
G = 38.51%
B = 29.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#718665 (or 0x718665) is known color: Xanadu. HEX triplet: 71, 86 and 65. RGB value is (113,134,101). Sum of RGB (Red+Green+Blue) = 113+134+101=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #718665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718665 is #8E799A. Grayscale: #7C7C7C. Windows color (decimal): -9337243 or 6653553. OLE color: 6653553.

HSL color Cylindrical-coordinate representation of color #718665: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718665 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 101 -
CMYK 0.16 0 0.25 0.47
HSL 98.18º 0.14% 0.46% -
HSV(B) 98.18º 0.25% 0.53% -
XYZ 17.68 21.5 15.53 -
YUV 123.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 113 134 101 0.16 0 0.25 0.47 98.18 0.14 0.46
Hex 71 86 65 10 0 19 2F 62 E 2E
Octal 161 206 145 20 0 31 57 142 16 56
Binary 1110001 10000110 1100101 10000 0 11001 101111 1100010 1110 101110

Color Harmonies of #718665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718665

Black with #718665

Text Example


Text Example

White with #718665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718665; }

 p { color: rgb(113,134,101); }

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

background-color css

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

 a { background-color: rgb(113,134,101); }

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

border-color css

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

 span { border-color: rgb(113,134,101); }

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