Html Css Color HEX #718968 Xanadu

📋 copy color: '#718968'

red 113 ◦ green 137 ◦ blue 104

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

Shades of Xanadu #718968

Tints of Xanadu #718968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

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

R = 31.92%
G = 38.7%
B = 29.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#718968 (or 0x718968) is known color: Xanadu. HEX triplet: 71, 89 and 68. RGB value is (113,137,104). Sum of RGB (Red+Green+Blue) = 113+137+104=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #718968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718968 is #8E7697. Grayscale: #7E7E7E. Windows color (decimal): -9336472 or 6850929. OLE color: 6850929.

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

Color convert

RGB 113 137 104 -
CMYK 0.18 0 0.24 0.46
HSL 103.64º 0.14% 0.47% -
HSV(B) 103.64º 0.24% 0.54% -
XYZ 18.25 22.4 16.46 -
YUV 126.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 113 137 104 0.18 0 0.24 0.46 103.64 0.14 0.47
Hex 71 89 68 12 0 18 2E 68 E 2F
Octal 161 211 150 22 0 30 56 150 16 57
Binary 1110001 10001001 1101000 10010 0 11000 101110 1101000 1110 101111

Color Harmonies of #718968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718968

Black with #718968

Text Example


Text Example

White with #718968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718968; }

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

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

background-color css

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

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

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

border-color css

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

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

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