#71985F

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

Shades of Highland #71985F

Tints of Highland #71985F

Color information

#71985F (or 0x71985F) is unknown color: approx Highland. HEX triplet: 71, 98 and 5F. RGB value is (113,152,95). Sum of RGB (Red+Green+Blue) = 113+152+95=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #71985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71985F is #8E67A0. Grayscale: #868686. Windows color (decimal): -9332641 or 6264945. OLE color: 6264945.

HSL color Cylindrical-coordinate representation of color #71985F: hue angle of 101.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71985F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB11315295-
CMYK0.2600.380.40
HSL101.05º23.08%48.43%-
HSV(B)101.05º37.5%59.61%-
XYZ20.126.7914.94-
YUV133.84106.08113.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=31.39%
G=42.22%
B=26.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152950.2600.380.40101.0523.0848.43
Hex71985F1A02628651730
Octal16123013732046501452760
Binary1110001100110001011111110100100110101000110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71985F; }

 p { color: rgb(113,152,95); }

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

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

 a { background-color: rgb(113,152,95); }

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

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

 span { border-color: rgb(113,152,95); }

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