#76975E

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

Shades of Highland #76975E

Tints of Highland #76975E

Color information

#76975E (or 0x76975E) is unknown color: approx Highland. HEX triplet: 76, 97 and 5E. RGB value is (118,151,94). Sum of RGB (Red+Green+Blue) = 118+151+94=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #76975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76975E is #8968A1. Grayscale: #868686. Windows color (decimal): -9005218 or 6199158. OLE color: 6199158.

HSL color Cylindrical-coordinate representation of color #76975E: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76975E is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB11815194-
CMYK0.2200.380.41
HSL94.74º23.27%48.04%-
HSV(B)94.74º37.75%59.22%-
XYZ20.5626.7914.68-
YUV134.64105.07116.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=32.51%
G=41.60%
B=25.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151940.2200.380.4194.7423.2748.04
Hex76975E16026295f1730
Octal16622713626046511372760
Binary1110110100101111011110101100100110101001101111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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