#74895E

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

Shades of Highland #74895E

Tints of Highland #74895E

Color information

#74895E (or 0x74895E) is unknown color: approx Highland. HEX triplet: 74, 89 and 5E. RGB value is (116,137,94). Sum of RGB (Red+Green+Blue) = 116+137+94=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #74895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74895E is #8B76A1. Grayscale: #7D7D7D. Windows color (decimal): -9139874 or 6195572. OLE color: 6195572.

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

Color convert

RGB11613794-
CMYK0.1500.310.46
HSL89.3º18.61%45.29%-
HSV(B)89.3º31.39%53.73%-
XYZ18.1722.4113.96-
YUV125.82110.04121-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=33.43%
G=39.48%
B=27.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137940.1500.310.4689.318.6145.29
Hex74895EF01F2E59132d
Octal16421113617037561312355
Binary11101001000100110111101111011111101110101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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