Html Css Color HEX #718769 Xanadu

📋 copy color: '#718769'

red 113 ◦ green 135 ◦ blue 105

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

Shades of Xanadu #718769

Tints of Xanadu #718769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.24%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 32.01%
G = 38.24%
B = 29.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#718769 (or 0x718769) is known color: Xanadu. HEX triplet: 71, 87 and 69. RGB value is (113,135,105). Sum of RGB (Red+Green+Blue) = 113+135+105=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #718769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718769 is #8E7896. Grayscale: #7D7D7D. Windows color (decimal): -9336983 or 6915953. OLE color: 6915953.

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

Color convert

RGB 113 135 105 -
CMYK 0.16 0 0.22 0.47
HSL 104º 0.13% 0.47% -
HSV(B) 104º 0.22% 0.53% -
XYZ 18.02 21.86 16.63 -
YUV 125 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 113 135 105 0.16 0 0.22 0.47 104 0.13 0.47
Hex 71 87 69 10 0 16 2F 68 C 2F
Octal 161 207 151 20 0 26 57 150 14 57
Binary 1110001 10000111 1101001 10000 0 10110 101111 1101000 1100 101111

Color Harmonies of #718769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718769

Black with #718769

Text Example


Text Example

White with #718769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718769; }

 p { color: rgb(113,135,105); }

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

background-color css

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

 a { background-color: rgb(113,135,105); }

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

border-color css

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

 span { border-color: rgb(113,135,105); }

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