Html Css Color HEX #718467 Xanadu

📋 copy color: '#718467'

red 113 ◦ green 132 ◦ blue 103

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

Shades of Xanadu #718467

Tints of Xanadu #718467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 32.47%
G = 37.93%
B = 29.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#718467 (or 0x718467) is known color: Xanadu. HEX triplet: 71, 84 and 67. RGB value is (113,132,103). Sum of RGB (Red+Green+Blue) = 113+132+103=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #718467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718467 is #8E7B98. Grayscale: #7B7B7B. Windows color (decimal): -9337753 or 6784113. OLE color: 6784113.

HSL color Cylindrical-coordinate representation of color #718467: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718467 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 103 -
CMYK 0.14 0 0.22 0.48
HSL 99.31º 0.12% 0.46% -
HSV(B) 99.31º 0.22% 0.52% -
XYZ 17.51 20.99 15.96 -
YUV 123.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 113 132 103 0.14 0 0.22 0.48 99.31 0.12 0.46
Hex 71 84 67 E 0 16 30 63 C 2E
Octal 161 204 147 16 0 26 60 143 14 56
Binary 1110001 10000100 1100111 1110 0 10110 110000 1100011 1100 101110

Color Harmonies of #718467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718467

Black with #718467

Text Example


Text Example

White with #718467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718467; }

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

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

background-color css

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

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

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

border-color css

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

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

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