#74865B

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

Shades of Highland #74865B

Tints of Highland #74865B

Color information

#74865B (or 0x74865B) is unknown color: approx Highland. HEX triplet: 74, 86 and 5B. RGB value is (116,134,91). Sum of RGB (Red+Green+Blue) = 116+134+91=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #74865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865B is #8B79A4. Grayscale: #7B7B7B. Windows color (decimal): -9140645 or 5998196. OLE color: 5998196.

HSL color Cylindrical-coordinate representation of color #74865B: hue angle of 85.12º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74865B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11613491-
CMYK0.1300.320.47
HSL85.12º19.11%44.12%-
HSV(B)85.12º32.09%52.55%-
XYZ17.6221.5213.12-
YUV123.72109.54122.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=34.02%
G=39.30%
B=26.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134910.1300.320.4785.1219.1144.12
Hex74865BD0202F55132c
Octal16420613315040571252354
Binary111010010000110101101111010100000101111101010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74865B; }

 p { color: rgb(116,134,91); }

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

<style>
 a { background-color: #74865B; }

 a { background-color: rgb(116,134,91); }

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

<style>
 span { border-color: #74865B; }

 span { border-color: rgb(116,134,91); }

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