#76924A

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

Shades of Highland #76924A

Tints of Highland #76924A

Color information

#76924A (or 0x76924A) is unknown color: approx Highland. HEX triplet: 76, 92 and 4A. RGB value is (118,146,74). Sum of RGB (Red+Green+Blue) = 118+146+74=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #76924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76924A is #896DB5. Grayscale: #818181. Windows color (decimal): -9006518 or 4887158. OLE color: 4887158.

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

Color convert

RGB11814674-
CMYK0.1900.490.43
HSL83.33º32.73%43.14%-
HSV(B)83.33º49.32%57.25%-
XYZ18.9924.910.28-
YUV129.4296.72119.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=34.91%
G=43.20%
B=21.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146740.1900.490.4383.3332.7343.14
Hex76924A130312B53212b
Octal16622211223061531234153
Binary11101101001001010010101001101100011010111010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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