#76985E

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

Shades of Highland #76985E

Tints of Highland #76985E

Color information

#76985E (or 0x76985E) is unknown color: approx Highland. HEX triplet: 76, 98 and 5E. RGB value is (118,152,94). Sum of RGB (Red+Green+Blue) = 118+152+94=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #76985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76985E is #8967A1. Grayscale: #878787. Windows color (decimal): -9004962 or 6199414. OLE color: 6199414.

HSL color Cylindrical-coordinate representation of color #76985E: hue angle of 95.17º degrees, saturation: 0.24, 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 #76985E is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB11815294-
CMYK0.2200.380.40
HSL95.17º23.58%48.24%-
HSV(B)95.17º38.16%59.61%-
XYZ20.7227.1214.73-
YUV135.22104.74115.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=32.42%
G=41.76%
B=25.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152940.2200.380.4095.1723.5848.24
Hex76985E16026285f1830
Octal16623013626046501373060
Binary1110110100110001011110101100100110101000101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76985E; }

 p { color: rgb(118,152,94); }

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

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

 a { background-color: rgb(118,152,94); }

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

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

 span { border-color: rgb(118,152,94); }

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