Html Css Color HEX #718A67 Xanadu

📋 copy color: '#718A67'

red 113 ◦ green 138 ◦ blue 103

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

Shades of Xanadu #718A67

Tints of Xanadu #718A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 31.92%
G = 38.98%
B = 29.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#718A67 (or 0x718A67) is known color: Xanadu. HEX triplet: 71, 8A and 67. RGB value is (113,138,103). Sum of RGB (Red+Green+Blue) = 113+138+103=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #718A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A67 is #8E7598. Grayscale: #7E7E7E. Windows color (decimal): -9336217 or 6785649. OLE color: 6785649.

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

Color convert

RGB 113 138 103 -
CMYK 0.18 0 0.25 0.46
HSL 102.86º 0.15% 0.47% -
HSV(B) 102.86º 0.25% 0.54% -
XYZ 18.35 22.67 16.24 -
YUV 126.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 113 138 103 0.18 0 0.25 0.46 102.86 0.15 0.47
Hex 71 8A 67 12 0 19 2E 67 F 2F
Octal 161 212 147 22 0 31 56 147 17 57
Binary 1110001 10001010 1100111 10010 0 11001 101110 1100111 1111 101111

Color Harmonies of #718A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A67

Black with #718A67

Text Example


Text Example

White with #718A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,103); }

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

background-color css

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

 a { background-color: rgb(113,138,103); }

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

border-color css

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

 span { border-color: rgb(113,138,103); }

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