#75804F

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

Shades of Finch #75804F

Tints of Finch #75804F

Color information

#75804F (or 0x75804F) is unknown color: approx Finch. HEX triplet: 75, 80 and 4F. RGB value is (117,128,79). Sum of RGB (Red+Green+Blue) = 117+128+79=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #75804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75804F is #8A7FB0. Grayscale: #777777. Windows color (decimal): -9076657 or 5210229. OLE color: 5210229.

HSL color Cylindrical-coordinate representation of color #75804F: hue angle of 73.47º 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 #75804F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11712879-
CMYK0.0900.380.50
HSL73.47º23.67%40.59%-
HSV(B)73.47º38.28%50.2%-
XYZ16.4719.7810.35-
YUV119.12105.36126.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=36.11%
G=39.51%
B=24.38%

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
Decimal117128790.0900.380.5073.4723.6740.59
Hex75804F902632491829
Octal16520011711046621113051
Binary111010110000000100111110010100110110010100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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