#75824B

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

Shades of Finch #75824B

Tints of Finch #75824B

Color information

#75824B (or 0x75824B) is unknown color: approx Finch. HEX triplet: 75, 82 and 4B. RGB value is (117,130,75). Sum of RGB (Red+Green+Blue) = 117+130+75=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #75824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75824B is #8A7DB4. Grayscale: #787878. Windows color (decimal): -9076149 or 4948597. OLE color: 4948597.

HSL color Cylindrical-coordinate representation of color #75824B: hue angle of 74.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75824B is Cyan = 0.1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB11713075-
CMYK0.100.420.49
HSL74.18º26.83%40.2%-
HSV(B)74.18º42.31%50.98%-
XYZ16.5920.269.69-
YUV119.84102.69125.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=36.34%
G=40.37%
B=23.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130750.100.420.4974.1826.8340.2
Hex75824BA02A314a1b28
Octal16520211312052611123350
Binary111010110000010100101110100101010110001100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,130,75); }

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

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

 a { background-color: rgb(117,130,75); }

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

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

 span { border-color: rgb(117,130,75); }

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