#74804F

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

Shades of Finch #74804F

Tints of Finch #74804F

Color information

#74804F (or 0x74804F) is unknown color: approx Finch. HEX triplet: 74, 80 and 4F. RGB value is (116,128,79). Sum of RGB (Red+Green+Blue) = 116+128+79=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #74804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74804F is #8B7FB0. Grayscale: #777777. Windows color (decimal): -9142193 or 5210228. OLE color: 5210228.

HSL color Cylindrical-coordinate representation of color #74804F: hue angle of 74.69º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74804F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11612879-
CMYK0.0900.380.50
HSL74.69º23.67%40.59%-
HSV(B)74.69º38.28%50.2%-
XYZ16.3319.7210.34-
YUV118.83105.52125.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=35.91%
G=39.63%
B=24.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128790.0900.380.5074.6923.6740.59
Hex74804F9026324b1829
Octal16420011711046621133051
Binary111010010000000100111110010100110110010100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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