#71985D

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

Shades of Highland #71985D

Tints of Highland #71985D

Color information

#71985D (or 0x71985D) is unknown color: approx Highland. HEX triplet: 71, 98 and 5D. RGB value is (113,152,93). Sum of RGB (Red+Green+Blue) = 113+152+93=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #71985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71985D is #8E67A2. Grayscale: #858585. Windows color (decimal): -9332643 or 6133873. OLE color: 6133873.

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

Color convert

RGB11315293-
CMYK0.2600.390.40
HSL99.66º24.08%48.04%-
HSV(B)99.66º38.82%59.61%-
XYZ20.0126.7614.47-
YUV133.61105.08113.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=31.56%
G=42.46%
B=25.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152930.2600.390.4099.6624.0848.04
Hex71985D1A02728641830
Octal16123013532047501443060
Binary1110001100110001011101110100100111101000110010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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