#74865A

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

Shades of Highland #74865A

Tints of Highland #74865A

Color information

#74865A (or 0x74865A) is unknown color: approx Highland. HEX triplet: 74, 86 and 5A. RGB value is (116,134,90). Sum of RGB (Red+Green+Blue) = 116+134+90=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #74865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865A is #8B79A5. Grayscale: #7B7B7B. Windows color (decimal): -9140646 or 5932660. OLE color: 5932660.

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

Color convert

RGB11613490-
CMYK0.1300.330.47
HSL84.55º19.64%43.92%-
HSV(B)84.55º32.84%52.55%-
XYZ17.5721.512.9-
YUV123.6109.04122.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=34.12%
G=39.41%
B=26.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134900.1300.330.4784.5519.6443.92
Hex74865AD0212F55142c
Octal16420613215041571252454
Binary111010010000110101101011010100001101111101010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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