Html Css Color HEX #719466 Xanadu

📋 copy color: '#719466'

red 113 ◦ green 148 ◦ blue 102

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

Shades of Xanadu #719466

Tints of Xanadu #719466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 31.13%
G = 40.77%
B = 28.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#719466 (or 0x719466) is known color: Xanadu. HEX triplet: 71, 94 and 66. RGB value is (113,148,102). Sum of RGB (Red+Green+Blue) = 113+148+102=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #719466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719466 is #8E6B99. Grayscale: #848484. Windows color (decimal): -9333658 or 6722673. OLE color: 6722673.

HSL color Cylindrical-coordinate representation of color #719466: hue angle of 105.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719466 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 102 -
CMYK 0.24 0 0.31 0.42
HSL 105.65º 0.18% 0.49% -
HSV(B) 105.65º 0.31% 0.58% -
XYZ 19.8 25.65 16.48 -
YUV 132.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 113 148 102 0.24 0 0.31 0.42 105.65 0.18 0.49
Hex 71 94 66 18 0 1F 2A 6A 12 31
Octal 161 224 146 30 0 37 52 152 22 61
Binary 1110001 10010100 1100110 11000 0 11111 101010 1101010 10010 110001

Color Harmonies of #719466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719466

Black with #719466

Text Example


Text Example

White with #719466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719466; }

 p { color: rgb(113,148,102); }

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

background-color css

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

 a { background-color: rgb(113,148,102); }

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

border-color css

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

 span { border-color: rgb(113,148,102); }

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