#74894E

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

Shades of Highland #74894E

Tints of Highland #74894E

Color information

#74894E (or 0x74894E) is unknown color: approx Highland. HEX triplet: 74, 89 and 4E. RGB value is (116,137,78). Sum of RGB (Red+Green+Blue) = 116+137+78=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #74894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74894E is #8B76B1. Grayscale: #7C7C7C. Windows color (decimal): -9139890 or 5146996. OLE color: 5146996.

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

Color convert

RGB11613778-
CMYK0.1500.430.46
HSL81.36º27.44%42.16%-
HSV(B)81.36º43.07%53.73%-
XYZ17.5222.1510.56-
YUV123.99102.04122.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=35.05%
G=41.39%
B=23.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137780.1500.430.4681.3627.4442.16
Hex74894EF02B2E511b2a
Octal16421111617053561213352
Binary111010010001001100111011110101011101110101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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