#74864A

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

Shades of Finch #74864A

Tints of Finch #74864A

Color information

#74864A (or 0x74864A) is unknown color: approx Finch. HEX triplet: 74, 86 and 4A. RGB value is (116,134,74). Sum of RGB (Red+Green+Blue) = 116+134+74=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #74864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74864A is #8B79B5. Grayscale: #7A7A7A. Windows color (decimal): -9140662 or 4884084. OLE color: 4884084.

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

Color convert

RGB11613474-
CMYK0.1300.450.47
HSL78º28.85%40.78%-
HSV(B)78º44.78%52.55%-
XYZ16.9621.269.69-
YUV121.78101.04123.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=35.80%
G=41.36%
B=22.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134740.1300.450.477828.8540.78
Hex74864AD02D2F4e1d29
Octal16420611215055571163551
Binary111010010000110100101011010101101101111100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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