#718853

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

Shades of Highland #718853

Tints of Highland #718853

Color information

#718853 (or 0x718853) is unknown color: approx Highland. HEX triplet: 71, 88 and 53. RGB value is (113,136,83). Sum of RGB (Red+Green+Blue) = 113+136+83=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #718853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718853 is #8E77AC. Grayscale: #7B7B7B. Windows color (decimal): -9336749 or 5474417. OLE color: 5474417.

HSL color Cylindrical-coordinate representation of color #718853: hue angle of 86.04º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718853 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11313683-
CMYK0.1700.390.47
HSL86.04º24.2%42.94%-
HSV(B)86.04º38.97%53.33%-
XYZ17.1821.7411.48-
YUV123.08105.38120.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 83 (32.81% from 255) = 25%
R=34.04%
G=40.96%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136830.1700.390.4786.0424.242.94
Hex718853110272F56182b
Octal16121012321047571263053
Binary1110001100010001010011100010100111101111101011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718853; }

 p { color: rgb(113,136,83); }

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

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

 a { background-color: rgb(113,136,83); }

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

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

 span { border-color: rgb(113,136,83); }

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