#74884F

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

Shades of Highland #74884F

Tints of Highland #74884F

Color information

#74884F (or 0x74884F) is unknown color: approx Highland. HEX triplet: 74, 88 and 4F. RGB value is (116,136,79). Sum of RGB (Red+Green+Blue) = 116+136+79=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #74884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74884F is #8B77B0. Grayscale: #7B7B7B. Windows color (decimal): -9140145 or 5212276. OLE color: 5212276.

HSL color Cylindrical-coordinate representation of color #74884F: hue angle of 81.05º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74884F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB11613679-
CMYK0.1500.420.47
HSL81.05º26.51%42.16%-
HSV(B)81.05º41.91%53.33%-
XYZ17.4221.8910.7-
YUV123.52102.87122.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=35.05%
G=41.09%
B=23.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136790.1500.420.4781.0526.5142.16
Hex74884FF02A2F511b2a
Octal16421011717052571213352
Binary111010010001000100111111110101010101111101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74884F; }

 p { color: rgb(116,136,79); }

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

<style>
 a { background-color: #74884F; }

 a { background-color: rgb(116,136,79); }

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

<style>
 span { border-color: #74884F; }

 span { border-color: rgb(116,136,79); }

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