#76924D

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

Shades of Highland #76924D

Tints of Highland #76924D

Color information

#76924D (or 0x76924D) is unknown color: approx Highland. HEX triplet: 76, 92 and 4D. RGB value is (118,146,77). Sum of RGB (Red+Green+Blue) = 118+146+77=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #76924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76924D is #896DB2. Grayscale: #828282. Windows color (decimal): -9006515 or 5083766. OLE color: 5083766.

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

Color convert

RGB11814677-
CMYK0.1900.470.43
HSL84.35º30.94%43.73%-
HSV(B)84.35º47.26%57.25%-
XYZ19.0924.9510.83-
YUV129.7698.22119.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=34.60%
G=42.82%
B=22.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146770.1900.470.4384.3530.9443.73
Hex76924D1302F2B541f2c
Octal16622211523057531243754
Binary1110110100100101001101100110101111101011101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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