#719457

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

Shades of Highland #719457

Tints of Highland #719457

Color information

#719457 (or 0x719457) is unknown color: approx Highland. HEX triplet: 71, 94 and 57. RGB value is (113,148,87). Sum of RGB (Red+Green+Blue) = 113+148+87=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #719457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719457 is #8E6BA8. Grayscale: #828282. Windows color (decimal): -9333673 or 5739633. OLE color: 5739633.

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

Color convert

RGB11314887-
CMYK0.2400.410.42
HSL94.43º25.96%46.08%-
HSV(B)94.43º41.22%58.04%-
XYZ19.1225.3812.91-
YUV130.58103.4115.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 87 (34.38% from 255) = 25%
R=32.47%
G=42.53%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148870.2400.410.4294.4325.9646.08
Hex719457180292A5e1a2e
Octal16122412730051521363256
Binary1110001100101001010111110000101001101010101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719457; }

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

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

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

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

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

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

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

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