#719658

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

Shades of Highland #719658

Tints of Highland #719658

Color information

#719658 (or 0x719658) is unknown color: approx Highland. HEX triplet: 71, 96 and 58. RGB value is (113,150,88). Sum of RGB (Red+Green+Blue) = 113+150+88=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #719658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719658 is #8E69A7. Grayscale: #848484. Windows color (decimal): -9333160 or 5805681. OLE color: 5805681.

HSL color Cylindrical-coordinate representation of color #719658: hue angle of 95.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719658 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB11315088-
CMYK0.2500.410.41
HSL95.81º26.05%46.67%-
HSV(B)95.81º41.33%58.82%-
XYZ19.4826.0313.23-
YUV131.87103.24114.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=32.19%
G=42.74%
B=25.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150880.2500.410.4195.8126.0546.67
Hex7196581902929601a2f
Octal16122613031051511403257
Binary1110001100101101011000110010101001101001110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719658; }

 p { color: rgb(113,150,88); }

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

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

 a { background-color: rgb(113,150,88); }

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

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

 span { border-color: rgb(113,150,88); }

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