#74854B

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

Shades of Finch #74854B

Tints of Finch #74854B

Color information

#74854B (or 0x74854B) is unknown color: approx Finch. HEX triplet: 74, 85 and 4B. RGB value is (116,133,75). Sum of RGB (Red+Green+Blue) = 116+133+75=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #74854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74854B is #8B7AB4. Grayscale: #797979. Windows color (decimal): -9140917 or 4949364. OLE color: 4949364.

HSL color Cylindrical-coordinate representation of color #74854B: hue angle of 77.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74854B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB11613375-
CMYK0.1300.440.48
HSL77.59º27.88%40.78%-
HSV(B)77.59º43.61%52.16%-
XYZ16.86219.82-
YUV121.3101.87124.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=35.80%
G=41.05%
B=23.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133750.1300.440.4877.5927.8840.78
Hex74854BD02C304e1c29
Octal16420511315054601163451
Binary111010010000101100101111010101100110000100111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74854B; }

 p { color: rgb(116,133,75); }

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

<style>
 a { background-color: #74854B; }

 a { background-color: rgb(116,133,75); }

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

<style>
 span { border-color: #74854B; }

 span { border-color: rgb(116,133,75); }

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