#76904A

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

Shades of Highland #76904A

Tints of Highland #76904A

Color information

#76904A (or 0x76904A) is unknown color: approx Highland. HEX triplet: 76, 90 and 4A. RGB value is (118,144,74). Sum of RGB (Red+Green+Blue) = 118+144+74=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #76904A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76904A is #896FB5. Grayscale: #808080. Windows color (decimal): -9007030 or 4886646. OLE color: 4886646.

HSL color Cylindrical-coordinate representation of color #76904A: hue angle of 82.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76904A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB11814474-
CMYK0.1800.490.44
HSL82.29º32.11%42.75%-
HSV(B)82.29º48.61%56.47%-
XYZ18.6824.2910.18-
YUV128.2597.39120.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=35.12%
G=42.86%
B=22.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144740.1800.490.4482.2932.1142.75
Hex76904A120312C52202b
Octal16622011222061541224053
Binary11101101001000010010101001001100011011001010010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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