#718852

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

Shades of Highland #718852

Tints of Highland #718852

Color information

#718852 (or 0x718852) is unknown color: approx Highland. HEX triplet: 71, 88 and 52. RGB value is (113,136,82). Sum of RGB (Red+Green+Blue) = 113+136+82=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #718852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718852 is #8E77AD. Grayscale: #7B7B7B. Windows color (decimal): -9336750 or 5408881. OLE color: 5408881.

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

Color convert

RGB11313682-
CMYK0.1700.400.47
HSL85.56º24.77%42.75%-
HSV(B)85.56º39.71%53.33%-
XYZ17.1421.7311.27-
YUV122.97104.88120.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=34.14%
G=41.09%
B=24.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136820.1700.400.4785.5624.7742.75
Hex718852110282F56192b
Octal16121012221050571263153
Binary1110001100010001010010100010101000101111101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718852; }

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

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

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

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

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

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

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

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