#8A9C71

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

Shades of Highland #8A9C71

Tints of Highland #8A9C71

Color information

#8A9C71 (or 0x8A9C71) is unknown color: approx Highland. HEX triplet: 8A, 9C and 71. RGB value is (138,156,113). Sum of RGB (Red+Green+Blue) = 138+156+113=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C71 is #75638E. Grayscale: #919191. Windows color (decimal): -7693199 or 7445642. OLE color: 7445642.

HSL color Cylindrical-coordinate representation of color #8A9C71: hue angle of 85.12º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9C71 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB138156113-
CMYK0.1200.280.39
HSL85.12º17.84%52.75%-
HSV(B)85.12º27.56%61.18%-
XYZ25.3530.3720.15-
YUV145.72109.54122.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=33.91%
G=38.33%
B=27.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381561130.1200.280.3985.1217.8452.75
Hex8A9C71C01C27551235
Octal21223416114034471252265
Binary100010101001110011100011100011100100111101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9C71; }

 p { color: rgb(138,156,113); }

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

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

 a { background-color: rgb(138,156,113); }

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

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

 span { border-color: rgb(138,156,113); }

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