#80955D

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

Shades of Highland #80955D

Tints of Highland #80955D

Color information

#80955D (or 0x80955D) is unknown color: approx Highland. HEX triplet: 80, 95 and 5D. RGB value is (128,149,93). Sum of RGB (Red+Green+Blue) = 128+149+93=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #80955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80955D is #7F6AA2. Grayscale: #888888. Windows color (decimal): -8350371 or 6133120. OLE color: 6133120.

HSL color Cylindrical-coordinate representation of color #80955D: hue angle of 82.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80955D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB12814993-
CMYK0.1400.380.42
HSL82.5º23.14%47.45%-
HSV(B)82.5º37.58%58.43%-
XYZ21.6326.8714.4-
YUV136.34103.54122.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=34.59%
G=40.27%
B=25.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149930.1400.380.4282.523.1447.45
Hex80955DE0262A52172f
Octal20022513516046521222757
Binary1000000010010101101110111100100110101010101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,149,93); }

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

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

 a { background-color: rgb(128,149,93); }

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

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

 span { border-color: rgb(128,149,93); }

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