#76934D

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

Shades of Highland #76934D

Tints of Highland #76934D

Color information

#76934D (or 0x76934D) is unknown color: approx Highland. HEX triplet: 76, 93 and 4D. RGB value is (118,147,77). Sum of RGB (Red+Green+Blue) = 118+147+77=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #76934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76934D is #896CB2. Grayscale: #828282. Windows color (decimal): -9006259 or 5084022. OLE color: 5084022.

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

Color convert

RGB11814777-
CMYK0.2000.480.42
HSL84.86º31.25%43.92%-
HSV(B)84.86º47.62%57.65%-
XYZ19.2425.2510.88-
YUV130.3597.89119.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=34.50%
G=42.98%
B=22.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147770.2000.480.4284.8631.2543.92
Hex76934D140302A551f2c
Octal16622311524060521253754
Binary1110110100100111001101101000110000101010101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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