#76925D

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

Shades of Highland #76925D

Tints of Highland #76925D

Color information

#76925D (or 0x76925D) is unknown color: approx Highland. HEX triplet: 76, 92 and 5D. RGB value is (118,146,93). Sum of RGB (Red+Green+Blue) = 118+146+93=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #76925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76925D is #896DA2. Grayscale: #838383. Windows color (decimal): -9006499 or 6132342. OLE color: 6132342.

HSL color Cylindrical-coordinate representation of color #76925D: hue angle of 91.7º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76925D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB11814693-
CMYK0.1900.360.43
HSL91.7º22.18%46.86%-
HSV(B)91.7º36.3%57.25%-
XYZ19.7325.214.18-
YUV131.59106.22118.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=33.05%
G=40.90%
B=26.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146930.1900.360.4391.722.1846.86
Hex76925D130242B5c162f
Octal16622213523044531342657
Binary1110110100100101011101100110100100101011101110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,146,93); }

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

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

 a { background-color: rgb(118,146,93); }

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

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

 span { border-color: rgb(118,146,93); }

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