#74895D

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

Shades of Highland #74895D

Tints of Highland #74895D

Color information

#74895D (or 0x74895D) is unknown color: approx Highland. HEX triplet: 74, 89 and 5D. RGB value is (116,137,93). Sum of RGB (Red+Green+Blue) = 116+137+93=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #74895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74895D is #8B76A2. Grayscale: #7D7D7D. Windows color (decimal): -9139875 or 6130036. OLE color: 6130036.

HSL color Cylindrical-coordinate representation of color #74895D: hue angle of 88.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74895D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB11613793-
CMYK0.1500.320.46
HSL88.64º19.13%45.1%-
HSV(B)88.64º32.12%53.73%-
XYZ18.1222.3913.72-
YUV125.7109.54121.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=33.53%
G=39.60%
B=26.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137930.1500.320.4688.6419.1345.1
Hex74895DF0202E59132d
Octal16421113517040561312355
Binary111010010001001101110111110100000101110101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,137,93); }

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

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

 a { background-color: rgb(116,137,93); }

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

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

 span { border-color: rgb(116,137,93); }

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