#719461

Color #719461 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #719461

Tints of Highland #719461

Color information

#719461 (or 0x719461) is unknown color: approx Highland. HEX triplet: 71, 94 and 61. RGB value is (113,148,97). Sum of RGB (Red+Green+Blue) = 113+148+97=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #719461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719461 is #8E6B9E. Grayscale: #838383. Windows color (decimal): -9333663 or 6394993. OLE color: 6394993.

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

Color convert

RGB11314897-
CMYK0.2400.340.42
HSL101.18º20.82%48.04%-
HSV(B)101.18º34.46%58.04%-
XYZ19.5625.5515.21-
YUV131.72108.4114.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=31.56%
G=41.34%
B=27.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148970.2400.340.42101.1820.8248.04
Hex719461180222A651530
Octal16122414130042521452560
Binary1110001100101001100001110000100010101010110010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719461; }

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

 H1.HeaderClassName
 {
   color: #719461;
 }
 .AnyTagClassName
 {
   color: #719461;
 }
</style>
background-color css

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

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

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

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

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

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