#76865B

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

Shades of Highland #76865B

Tints of Highland #76865B

Color information

#76865B (or 0x76865B) is unknown color: approx Highland. HEX triplet: 76, 86 and 5B. RGB value is (118,134,91). Sum of RGB (Red+Green+Blue) = 118+134+91=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #76865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865B is #8979A4. Grayscale: #7C7C7C. Windows color (decimal): -9009573 or 5998198. OLE color: 5998198.

HSL color Cylindrical-coordinate representation of color #76865B: hue angle of 82.33º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76865B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11813491-
CMYK0.1200.320.47
HSL82.33º19.11%44.12%-
HSV(B)82.33º32.09%52.55%-
XYZ17.8821.6613.14-
YUV124.31109.2123.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=34.40%
G=39.07%
B=26.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134910.1200.320.4782.3319.1144.12
Hex76865BC0202F52132c
Octal16620613314040571222354
Binary111011010000110101101111000100000101111101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76865B; }

 p { color: rgb(118,134,91); }

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

<style>
 a { background-color: #76865B; }

 a { background-color: rgb(118,134,91); }

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

<style>
 span { border-color: #76865B; }

 span { border-color: rgb(118,134,91); }

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