#76934F

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

Shades of Highland #76934F

Tints of Highland #76934F

Color information

#76934F (or 0x76934F) is unknown color: approx Highland. HEX triplet: 76, 93 and 4F. RGB value is (118,147,79). Sum of RGB (Red+Green+Blue) = 118+147+79=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #76934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76934F is #896CB0. Grayscale: #828282. Windows color (decimal): -9006257 or 5215094. OLE color: 5215094.

HSL color Cylindrical-coordinate representation of color #76934F: hue angle of 85.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76934F is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11814779-
CMYK0.2000.460.42
HSL85.59º30.09%44.31%-
HSV(B)85.59º46.26%57.65%-
XYZ19.3225.2811.26-
YUV130.5898.89119.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=34.30%
G=42.73%
B=22.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147790.2000.460.4285.5930.0944.31
Hex76934F1402E2A561e2c
Octal16622311724056521263654
Binary1110110100100111001111101000101110101010101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76934F; }

 p { color: rgb(118,147,79); }

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

<style>
 a { background-color: #76934F; }

 a { background-color: rgb(118,147,79); }

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

<style>
 span { border-color: #76934F; }

 span { border-color: rgb(118,147,79); }

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