#7F8248

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

Shades of Finch #7F8248

Tints of Finch #7F8248

Color information

#7F8248 (or 0x7F8248) is unknown color: approx Finch. HEX triplet: 7F, 82 and 48. RGB value is (127,130,72). Sum of RGB (Red+Green+Blue) = 127+130+72=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8248 is #807DB7. Grayscale: #7A7A7A. Windows color (decimal): -8420792 or 4751999. OLE color: 4751999.

HSL color Cylindrical-coordinate representation of color #7F8248: hue angle of 63.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F8248 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12713072-
CMYK0.0200.450.49
HSL63.1º28.71%39.61%-
HSV(B)63.1º44.62%50.98%-
XYZ17.920.959.23-
YUV122.4999.51131.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=38.60%
G=39.51%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130720.0200.450.4963.128.7139.61
Hex7F8248202D313f1d28
Octal177202110205561773550
Binary111111110000010100100010010110111000111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8248; }

 p { color: rgb(127,130,72); }

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

<style>
 a { background-color: #7F8248; }

 a { background-color: rgb(127,130,72); }

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

<style>
 span { border-color: #7F8248; }

 span { border-color: rgb(127,130,72); }

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